ipykernel-helper 0.0.34__tar.gz → 0.0.35__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.34/ipykernel_helper.egg-info → ipykernel_helper-0.0.35}/PKG-INFO +1 -1
- ipykernel_helper-0.0.35/ipykernel_helper/__init__.py +2 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper/core.py +1 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35/ipykernel_helper.egg-info}/PKG-INFO +1 -1
- ipykernel_helper-0.0.34/ipykernel_helper/__init__.py +0 -2
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/LICENSE +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/MANIFEST.in +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/README.md +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper/_modidx.py +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/SOURCES.txt +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/dependency_links.txt +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/entry_points.txt +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/requires.txt +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/top_level.txt +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/pyproject.toml +0 -0
- {ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/setup.cfg +0 -0
|
@@ -299,6 +299,7 @@ from IPython.display import TextDisplayObject,DisplayObject
|
|
|
299
299
|
@patch
|
|
300
300
|
def __repr__(self:DisplayObject):
|
|
301
301
|
s = self.data or self.url or self.filename
|
|
302
|
+
if s is None: return None
|
|
302
303
|
if not isinstance(s, str): s = truncstr(str(s), 30)
|
|
303
304
|
return f"{type(self).__name__}({s})"
|
|
304
305
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{ipykernel_helper-0.0.34 → ipykernel_helper-0.0.35}/ipykernel_helper.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|