Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _Sentinel
Class
_Sentinel
Lib/typing.py:424–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
423
424
class
_Sentinel:
425
__slots__ = ()
426
def
__repr__(self):
427
return
'<sentinel>'
428
429
430
_sentinel = _Sentinel()
Callers
1
typing.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected