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

Method __init__

IPython/core/autocall.py:39–40  ·  view source on GitHub ↗
(self, ip=None)

Source from the content-addressed store, hash-verified

37 _ip = None
38 rewrite = True
39 def __init__(self, ip=None):
40 self._ip = ip
41
42 def set_ip(self, ip):
43 """ Will be used to set _ip point to current ipython instance b/f call

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected