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

Method __init__

docs/sphinxext/apigen.py:40–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 Skips objects with an @undoc decorator, or a name starting with '_'.
39 """
40 def __init__(self):
41 ast.NodeVisitor.__init__(self)
42 self.classes = []
43 self.classes_seen = set()
44 self.functions = []
45
46 @staticmethod
47 def has_undoc_decorator(node):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected