MCPcopy Index your code
hub / github.com/bpython/bpython / _LoadedInode

Class _LoadedInode

bpython/importcompletion.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56@dataclass(**_LOADED_INODE_DATACLASS_ARGS)
57class _LoadedInode:
58 dev: int
59 inode: int
60
61
62class ModuleGatherer:

Callers 1

find_modulesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected