MCPcopy Index your code
hub / github.com/python/cpython / _Unknown

Class _Unknown

Lib/dis.py:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

dis.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…