Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ scan
Method
scan
docs/sphinxext/apigen.py:72–74 ·
view source on GitHub ↗
(self, mod)
Source
from the content-addressed store, hash-verified
70
self.classes_seen.add(node.name)
71
72
def
scan(self, mod):
73
self.visit(mod)
74
return
self.functions, self.classes
75
76
# Functions and classes
77
class
ApiDocWriter:
Callers
1
_parse_module
Method · 0.80
Calls
1
visit
Method · 0.80
Tested by
no test coverage detected