mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove duplicate definitions in sub-classes (#8594)
This commit is contained in:
@@ -137,7 +137,6 @@ class Process(BaseProcess):
|
||||
class DefaultContext(BaseContext):
|
||||
Process: ClassVar[type[Process]]
|
||||
def __init__(self, context: BaseContext) -> None: ...
|
||||
def set_start_method(self, method: str | None, force: bool = ...) -> None: ...
|
||||
def get_start_method(self, allow_none: bool = ...) -> str: ...
|
||||
def get_all_start_methods(self) -> list[str]: ...
|
||||
if sys.version_info < (3, 8):
|
||||
|
||||
Reference in New Issue
Block a user