diff options
Diffstat (limited to 'numpy/__init__.pyi')
-rw-r--r-- | numpy/__init__.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi index 463d4a713..229b6b916 100644 --- a/numpy/__init__.pyi +++ b/numpy/__init__.pyi @@ -2750,6 +2750,7 @@ class integer(number[_NBit1]): # type: ignore ) -> int: ... def tolist(self) -> int: ... def is_integer(self) -> L[True]: ... + def bit_count(self: _ScalarType) -> int: ... def __index__(self) -> int: ... __truediv__: _IntTrueDiv[_NBit1] __rtruediv__: _IntTrueDiv[_NBit1] |