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 c8663fc commit 6be65c8Copy full SHA for 6be65c8
1 file changed
stdlib/builtins.pyi
@@ -362,7 +362,7 @@ class int:
362
363
@disjoint_base
364
class float:
365
- def __new__(cls, x: ConvertibleToFloat = 0.0, /) -> Self: ...
+ def __new__(cls, x: ConvertibleToFloat = 0, /) -> Self: ...
366
def as_integer_ratio(self) -> tuple[int, int]: ...
367
def hex(self) -> str: ...
368
def is_integer(self) -> bool: ...
0 commit comments