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