mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
27571f2fd6
commit
53528c767b
@ -143,5 +143,5 @@ class _StructLike(Generic[T]):
|
||||
def __eq__(self, other: T) -> bool: ...
|
||||
def __ne__(self, other: T) -> bool: ...
|
||||
|
||||
class _Pointer(Generic[T]):
|
||||
class _Pointer(Generic[T], void_p):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user