mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Add __slots__ to third-party packages using stubdefaulter (#14619)
This commit is contained in:
@@ -11,6 +11,7 @@ UNSIGNED_INT64_COLUMN: Final[int]
|
||||
def dump_packet(data) -> None: ...
|
||||
|
||||
class MysqlPacket:
|
||||
__slots__ = ("_position", "_data")
|
||||
def __init__(self, data, encoding) -> None: ...
|
||||
def get_all_data(self): ...
|
||||
def read(self, size): ...
|
||||
|
||||
Reference in New Issue
Block a user