MCPcopy 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
77class ApiDocWriter:

Callers 1

_parse_moduleMethod · 0.80

Calls 1

visitMethod · 0.80

Tested by

no test coverage detected