Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Result
Class
Result
Lib/_pyrepl/_module_completer.py:457–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
456
@dataclass(frozen=True)
457
class
Result:
458
from_name: str | None = None
459
name: str | None = None
460
461
462
class
TokenQueue:
Callers
2
parse_import
Method · 0.70
parse_from_import
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…