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.
sys._is_interned
1 parent ffb8b0b commit 2348836Copy full SHA for 2348836
1 file changed
stdlib/sys/__init__.pyi
@@ -396,6 +396,7 @@ def intern(string: str, /) -> str: ...
396
if sys.version_info >= (3, 13):
397
def _is_gil_enabled() -> bool: ...
398
def _clear_internal_caches() -> None: ...
399
+ def _is_interned(string: str, /) -> bool: ...
400
401
def is_finalizing() -> bool: ...
402
def breakpointhook(*args: Any, **kwargs: Any) -> Any: ...
0 commit comments