kenenet 0.9.5__py3-none-any.whl → 0.9.6__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.
- kenenet/__init__.py +3 -2
- {kenenet-0.9.5.dist-info → kenenet-0.9.6.dist-info}/METADATA +1 -1
- kenenet-0.9.6.dist-info/RECORD +5 -0
- kenenet-0.9.5.dist-info/RECORD +0 -5
- {kenenet-0.9.5.dist-info → kenenet-0.9.6.dist-info}/WHEEL +0 -0
- {kenenet-0.9.5.dist-info → kenenet-0.9.6.dist-info}/top_level.txt +0 -0
kenenet/__init__.py
CHANGED
@@ -289,9 +289,10 @@ _line_start_time = None
|
|
289
289
|
_stack = []
|
290
290
|
_ignore_line = {'frame = inspect.currentframe().f_back', 'filename = frame.f_code.co_filename', 'if _current_context is None:', 'sys.settrace(None)', 'currentframe'}
|
291
291
|
|
292
|
-
def time_code(
|
292
|
+
def time_code(label=None):
|
293
293
|
global _current_context, _timings, _line_start_time, _block_timings, _stack, _ignore_line
|
294
|
-
|
294
|
+
details = True
|
295
|
+
chunks = True
|
295
296
|
# Get the frame of the caller
|
296
297
|
frame = inspect.currentframe().f_back
|
297
298
|
filename = frame.f_code.co_filename
|
@@ -0,0 +1,5 @@
|
|
1
|
+
kenenet/__init__.py,sha256=0S9fCg6dyv5mBl-X047iUobXNr1lh15He68gsp89P-I,16526
|
2
|
+
kenenet-0.9.6.dist-info/METADATA,sha256=YGiXaTdiHRFNxB_ljZY58JH7uhzotlbo6Om74XzcCTQ,633
|
3
|
+
kenenet-0.9.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
kenenet-0.9.6.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
+
kenenet-0.9.6.dist-info/RECORD,,
|
kenenet-0.9.5.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
kenenet/__init__.py,sha256=GBgXUBDyYUIZOEc6S-N7AymUAA1YZBUvkRRuG8paV78,16520
|
2
|
-
kenenet-0.9.5.dist-info/METADATA,sha256=eV_WXprch9sJIqtwJNYOoXWUefVZldqV-4nc6A86Hck,633
|
3
|
-
kenenet-0.9.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
kenenet-0.9.5.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
-
kenenet-0.9.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|