ipykernel-helper 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl

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.

Potentially problematic release.


This version of ipykernel-helper might be problematic. Click here for more details.

@@ -1,2 +1,2 @@
1
- __version__ = "0.0.8"
1
+ __version__ = "0.0.9"
2
2
  from .core import *
ipykernel_helper/core.py CHANGED
@@ -182,6 +182,7 @@ def _get_info(self:Inspector, obj, oname='', formatter=None, info=None, detail_l
182
182
  "Custom formatter for ?? output"
183
183
  orig = self._orig__get_info(obj, oname=oname, formatter=formatter, info=info,
184
184
  detail_level=detail_level, omit_sections=omit_sections)
185
+ if detail_level==0: return orig
185
186
  info_dict = self.info(obj, oname=oname, info=info, detail_level=detail_level)
186
187
  out = []
187
188
  if c:=info_dict.get('source'): out.append(f"\n```python\n{dedent(c)}\n```")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ipykernel-helper
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: Helpers for ipykernel and friends
5
5
  Home-page: https://github.com/AnswerDotAI/ipykernel-helper
6
6
  Author: Jeremy Howard
@@ -0,0 +1,9 @@
1
+ ipykernel_helper/__init__.py,sha256=8v08jLbD8mgo8kbkFtp9fIlkDQsiovYgy2xWvMrgXWY,42
2
+ ipykernel_helper/_modidx.py,sha256=INE9z1o4nb_NMRepxbiF5fBE5Il5BeKJZFTLmdxUGLw,3577
3
+ ipykernel_helper/core.py,sha256=hf7ml7uXFjzllCvwuiRVfu8NQlq9AQ3Xdfd3trkY0sk,7650
4
+ ipykernel_helper-0.0.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
+ ipykernel_helper-0.0.9.dist-info/METADATA,sha256=u2k58GJKbgSlpUYLSSGM_b5JCWnxkAAse7e91pAKVSs,2625
6
+ ipykernel_helper-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ ipykernel_helper-0.0.9.dist-info/entry_points.txt,sha256=HWiK9xz75QtZUaPaYrwpyH5B8MbW0Ea_vi11UmwBImM,54
8
+ ipykernel_helper-0.0.9.dist-info/top_level.txt,sha256=_diD--64d9MauLE0pTxzZ58lkI8DvCrVc1hVAJsyc_Q,17
9
+ ipykernel_helper-0.0.9.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- ipykernel_helper/__init__.py,sha256=ATYfvMK1lQVIqzx35shnut5b80wzVJZt-XY6ONbo0uQ,42
2
- ipykernel_helper/_modidx.py,sha256=INE9z1o4nb_NMRepxbiF5fBE5Il5BeKJZFTLmdxUGLw,3577
3
- ipykernel_helper/core.py,sha256=BjRUKkq-t8g1K9uPPFtG9DTHqB9ZGN_BTaTTpU42INU,7614
4
- ipykernel_helper-0.0.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
- ipykernel_helper-0.0.8.dist-info/METADATA,sha256=C9YyxJEKh-YuFdS73qNAlI31U2HBnTrCF2ynomygNB8,2625
6
- ipykernel_helper-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- ipykernel_helper-0.0.8.dist-info/entry_points.txt,sha256=HWiK9xz75QtZUaPaYrwpyH5B8MbW0Ea_vi11UmwBImM,54
8
- ipykernel_helper-0.0.8.dist-info/top_level.txt,sha256=_diD--64d9MauLE0pTxzZ58lkI8DvCrVc1hVAJsyc_Q,17
9
- ipykernel_helper-0.0.8.dist-info/RECORD,,