MCPcopy Index your code
hub / github.com/ipython/ipython / embedded_active

Method embedded_active

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

Source from the content-addressed store, hash-verified

140
141 @property
142 def embedded_active(self):
143 return (self._call_location_id not in InteractiveShellEmbed._inactive_locations)\
144 and (self._init_location_id not in InteractiveShellEmbed._inactive_locations)
145
146 @embedded_active.setter
147 def embedded_active(self, value):

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected