kenenet 0.8.7__py3-none-any.whl → 0.8.8__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 +1 -1
- {kenenet-0.8.7.dist-info → kenenet-0.8.8.dist-info}/METADATA +1 -1
- kenenet-0.8.8.dist-info/RECORD +5 -0
- kenenet-0.8.7.dist-info/RECORD +0 -5
- {kenenet-0.8.7.dist-info → kenenet-0.8.8.dist-info}/WHEEL +0 -0
- {kenenet-0.8.7.dist-info → kenenet-0.8.8.dist-info}/top_level.txt +0 -0
kenenet/__init__.py
CHANGED
@@ -293,7 +293,7 @@ def time_code(label=None):
|
|
293
293
|
global _current_context, _timings, _line_start_time, _block_timings, _stack
|
294
294
|
|
295
295
|
# Get the frame of the caller
|
296
|
-
frame = inspect.currentframe().f_back
|
296
|
+
frame = inspect.currentframe().f_back
|
297
297
|
filename = frame.f_code.co_filename
|
298
298
|
|
299
299
|
if _current_context is None:
|
@@ -0,0 +1,5 @@
|
|
1
|
+
kenenet/__init__.py,sha256=Zv3A0UQ3NsHqM7OxO0cII3NHmlUvzhArwKxuX2Ch4Nk,16220
|
2
|
+
kenenet-0.8.8.dist-info/METADATA,sha256=tHUmAN5bqgsw9FMtMs9u-1ehqHoTg8ekwBmexpfp_9A,633
|
3
|
+
kenenet-0.8.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
kenenet-0.8.8.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
+
kenenet-0.8.8.dist-info/RECORD,,
|
kenenet-0.8.7.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
kenenet/__init__.py,sha256=m6QoCTnDAYWi5wdT4RDnGlxJe4PsXXboAsKcef-D2BM,16227
|
2
|
-
kenenet-0.8.7.dist-info/METADATA,sha256=aum6NMJtcP9ey6T9qQVFF5KqPwbV0fSMePDLFAlaews,633
|
3
|
-
kenenet-0.8.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
kenenet-0.8.7.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
-
kenenet-0.8.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|