We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d077 commit 8466774Copy full SHA for 8466774
ipykernel/kernelbase.py
@@ -181,15 +181,6 @@ def _default_ident(self):
181
# Asyncio lock for main shell thread.
182
_main_asyncio_lock: asyncio.Lock
183
184
- @property
185
- def _parent_header(self):
186
- warnings.warn(
187
- "Kernel._parent_header is deprecated in ipykernel 6. Use .get_parent()",
188
- DeprecationWarning,
189
- stacklevel=2,
190
- )
191
- return self.get_parent()
192
-
193
# Time to sleep after flushing the stdout/err buffers in each execute
194
# cycle. While this introduces a hard limit on the minimal latency of the
195
# execute cycle, it helps prevent output synchronization problems for
0 commit comments