mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
2ba7732039
commit
27571f2fd6
@ -137,7 +137,7 @@ class _StructLike(Generic[T]):
|
||||
@classmethod
|
||||
def from_struct(cls, s: struct) -> T: ...
|
||||
|
||||
def addr(self) -> void_p: ...
|
||||
def addr(self) -> '_Pointer[T]': ...
|
||||
def sizeof(self) -> int: ...
|
||||
def copy(self) -> T: ...
|
||||
def __eq__(self, other: T) -> bool: ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user