Disable the current Instance creation location
(self)
| 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""" |
| 135 | InteractiveShellEmbed._inactive_locations.add(self._init_location_id) |
| 136 | |
| 137 | @embedded_active.setter |
| 138 | def embedded_active(self, value): |