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

Method __init__

docs/sphinxext/apigen.py:31–33  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

29class Obj(object):
30 '''Namespace to hold arbitrary information.'''
31 def __init__(self, **kwargs):
32 for k, v in kwargs.items():
33 setattr(self, k, v)
34
35class FuncClsScanner(ast.NodeVisitor):
36 """Scan a module for top-level functions and classes.

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected