kenenet 0.6.8__py3-none-any.whl → 0.6.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.
- kenenet/__init__.py +1 -1
- {kenenet-0.6.8.dist-info → kenenet-0.6.9.dist-info}/METADATA +1 -1
- kenenet-0.6.9.dist-info/RECORD +5 -0
- kenenet-0.6.8.dist-info/RECORD +0 -5
- {kenenet-0.6.8.dist-info → kenenet-0.6.9.dist-info}/WHEEL +0 -0
- {kenenet-0.6.8.dist-info → kenenet-0.6.9.dist-info}/top_level.txt +0 -0
kenenet/__init__.py
CHANGED
@@ -104,7 +104,7 @@ class _VariableTracker:
|
|
104
104
|
quick_print(f"Stopped debugging", lineno)
|
105
105
|
|
106
106
|
def _track_frame(frame, event, arg):
|
107
|
-
tracker = _VariableTracker.
|
107
|
+
tracker = _VariableTracker._get_instance()
|
108
108
|
if not tracker.active or event != 'line': return _track_frame
|
109
109
|
|
110
110
|
# Skip tracking if function name is 'quick_print'
|
@@ -0,0 +1,5 @@
|
|
1
|
+
kenenet/__init__.py,sha256=cf4lc2OJTzPKdWcEBtmwBSRDEBlEttM3iUZ0jGTrapg,8469
|
2
|
+
kenenet-0.6.9.dist-info/METADATA,sha256=ZoR7Cl2wwfFBXhtsKpkRX1Ek5jSvzddmSxfClql6rgE,633
|
3
|
+
kenenet-0.6.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
kenenet-0.6.9.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
+
kenenet-0.6.9.dist-info/RECORD,,
|
kenenet-0.6.8.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
kenenet/__init__.py,sha256=gY5r2wsfxOedK59T0QPxzSpiDSkGLHgCkPfREiZ32A0,8468
|
2
|
-
kenenet-0.6.8.dist-info/METADATA,sha256=CWxvWby02f7hBJYYK5RmcUbOMuDIkkQMV210PLWyqcw,633
|
3
|
-
kenenet-0.6.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
kenenet-0.6.8.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
-
kenenet-0.6.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|