MCPcopy 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
424class _Sentinel:
425 __slots__ = ()
426 def __repr__(self):
427 return '<sentinel>'
428
429
430_sentinel = _Sentinel()

Callers 1

typing.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected