Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
class
_Unknown:
185
def
__repr__(self):
186
return
"<unknown>"
187
188
# Sentinel to represent values that cannot be calculated
189
UNKNOWN = _Unknown()
Callers
1
dis.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected