blueloveTH %!s(int64=2) %!d(string=hai) anos
pai
achega
27571f2fd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/typings/c.pyi

+ 1 - 1
include/typings/c.pyi

@@ -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: ...