MCPcopy
hub / github.com/sphinx-doc/sphinx / ObjectEntry

Class ObjectEntry

sphinx/domains/python/__init__.py:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class ObjectEntry(NamedTuple):
61 docname: str
62 node_id: str
63 objtype: str
64 aliased: bool
65
66
67class ModuleEntry(NamedTuple):

Callers 1

note_objectMethod · 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…