Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
class
ObjectEntry(NamedTuple):
61
docname: str
62
node_id: str
63
objtype: str
64
aliased: bool
65
66
67
class
ModuleEntry(NamedTuple):
Callers
1
note_object
Method · 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…