We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffcbfd commit 476ac4dCopy full SHA for 476ac4d
quaddtype/numpy_quaddtype/_quaddtype_main.pyi
@@ -157,7 +157,9 @@ class QuadPrecision(np.floating[_128Bit]):
157
# NOTE: is_integer() and as_integer_ratio() are defined on numpy.floating in the
158
# stubs, but don't exist at runtime. And because QuadPrecision does not implement
159
# them, we use this hacky workaround to emulate their absence.
160
+ @override
161
def is_integer(self, /) -> builtins.bool: ...
162
163
def as_integer_ratio(self, /) -> tuple[int, int]: ...
164
165
#
0 commit comments