mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-29 19:26:45 +08:00
Add __slots__ to third-party packages using stubdefaulter (#14619)
This commit is contained in:
@@ -175,6 +175,7 @@ class Transport(Thread, ClosingContextManager):
|
||||
def run(self) -> None: ...
|
||||
|
||||
class SecurityOptions:
|
||||
__slots__ = "_transport"
|
||||
def __init__(self, transport: Transport) -> None: ...
|
||||
@property
|
||||
def ciphers(self) -> Sequence[str]: ...
|
||||
|
||||
Reference in New Issue
Block a user