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

Method embedded_active

IPython/terminal/embed.py:129–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127
128 @property
129 def embedded_active(self):
130 return (self._call_location_id not in InteractiveShellEmbed._inactive_locations)\
131 and (self._init_location_id not in InteractiveShellEmbed._inactive_locations)
132
133 def _disable_init_location(self):
134 """Disable the current Instance creation location"""

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected