MCPcopy Index your code
hub / github.com/RustPython/RustPython / _Unknown

Class _Unknown

Lib/dis.py:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return ", ".join(names)
183
184class _Unknown:
185 def __repr__(self):
186 return "<unknown>"
187
188# Sentinel to represent values that cannot be calculated
189UNKNOWN = _Unknown()

Callers 1

dis.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected