ipykernel-helper 0.0.40__tar.gz → 0.0.41__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ipykernel_helper-0.0.40/ipykernel_helper.egg-info → ipykernel_helper-0.0.41}/PKG-INFO +1 -1
- ipykernel_helper-0.0.41/ipykernel_helper/__init__.py +2 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper/core.py +3 -3
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41/ipykernel_helper.egg-info}/PKG-INFO +1 -1
- ipykernel_helper-0.0.40/ipykernel_helper/__init__.py +0 -2
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/LICENSE +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/MANIFEST.in +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/README.md +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper/_modidx.py +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/SOURCES.txt +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/dependency_links.txt +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/entry_points.txt +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/requires.txt +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/top_level.txt +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/pyproject.toml +0 -0
- {ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/setup.cfg +0 -0
|
@@ -369,17 +369,17 @@ def _get_info(self:Inspector, obj, oname='', formatter=None, info=None, detail_l
|
|
|
369
369
|
from IPython.core.ultratb import SyntaxTB
|
|
370
370
|
|
|
371
371
|
# %% ../nbs/00_core.ipynb #eaa7a5e8
|
|
372
|
-
@patch(
|
|
372
|
+
@patch()
|
|
373
373
|
def structured_traceback(self:SyntaxTB, etype, evalue, etb, tb_offset=None, context=5):
|
|
374
374
|
if hasattr(evalue, 'msg') and not isinstance(evalue.msg, str): evalue.msg = str(evalue.msg)
|
|
375
375
|
return self._orig_structured_traceback(etype, evalue, etb, tb_offset=tb_offset, context=context)
|
|
376
376
|
|
|
377
377
|
# %% ../nbs/00_core.ipynb #33cb1440
|
|
378
|
-
@patch_to(inspect, nm="getfile"
|
|
378
|
+
@patch_to(inspect, nm="getfile")
|
|
379
379
|
def _getfile(obj): return str(inspect._orig_getfile(obj))
|
|
380
380
|
|
|
381
381
|
# %% ../nbs/00_core.ipynb #ff4984b9
|
|
382
|
-
@patch(
|
|
382
|
+
@patch()
|
|
383
383
|
async def run_cell_magic(self:InteractiveShell, magic_name, line, cell):
|
|
384
384
|
result = self._orig_run_cell_magic(magic_name, line, cell)
|
|
385
385
|
if inspect.iscoroutine(result): result = await result
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ipykernel_helper-0.0.40 → ipykernel_helper-0.0.41}/ipykernel_helper.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|