(self)
| 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""" |