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 f8c54c2 commit 79a0b59Copy full SHA for 79a0b59
stdlib/_decimal.pyi
@@ -65,7 +65,7 @@ else:
65
def localcontext(ctx: Context | None = None) -> _ContextManager: ...
66
67
if sys.version_info >= (3, 14):
68
- def IEEEContext(bits, /) -> Context: ...
+ def IEEEContext(bits: int, /) -> Context: ...
69
70
DefaultContext: Context
71
BasicContext: Context
0 commit comments