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

Method __init__

IPython/core/magics/execution.py:129–131  ·  view source on GitHub ↗
(self, ast_setup, ast_stmt)

Source from the content-addressed store, hash-verified

127 :meth:`ExecutionMagics.timeit`.
128 """
129 def __init__(self, ast_setup, ast_stmt):
130 self.ast_setup = ast_setup
131 self.ast_stmt = ast_stmt
132
133 def visit_FunctionDef(self, node):
134 "Fill in the setup statement"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected