Disable the current Instance creation location
(self)
| 135 | _inactive_locations: Set[str] = set() |
| 136 | |
| 137 | def _disable_init_location(self): |
| 138 | """Disable the current Instance creation location""" |
| 139 | InteractiveShellEmbed._inactive_locations.add(self._init_location_id) |
| 140 | |
| 141 | @property |
| 142 | def embedded_active(self): |