MCPcopy Create free account
hub / github.com/ipython/ipython / scan

Method scan

docs/sphinxext/apigen.py:73–75  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

71 self.classes_seen.add(node.name)
72
73 def scan(self, mod):
74 self.visit(mod)
75 return self.functions, self.classes
76
77# Functions and classes
78class ApiDocWriter(object):

Callers 1

_parse_moduleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected