blueloveTH 2 лет назад
Родитель
Сommit
27571f2fd6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/typings/c.pyi

+ 1 - 1
include/typings/c.pyi

@@ -137,7 +137,7 @@ class _StructLike(Generic[T]):
     @classmethod
     @classmethod
     def from_struct(cls, s: struct) -> T: ...
     def from_struct(cls, s: struct) -> T: ...
 
 
-    def addr(self) -> void_p: ...
+    def addr(self) -> '_Pointer[T]': ...
     def sizeof(self) -> int: ...
     def sizeof(self) -> int: ...
     def copy(self) -> T: ...
     def copy(self) -> T: ...
     def __eq__(self, other: T) -> bool: ...
     def __eq__(self, other: T) -> bool: ...