kenenet 0.5.2__py3-none-any.whl → 0.5.3__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 +2 -2
- {kenenet-0.5.2.dist-info → kenenet-0.5.3.dist-info}/METADATA +1 -1
- kenenet-0.5.3.dist-info/RECORD +5 -0
- kenenet-0.5.2.dist-info/RECORD +0 -5
- {kenenet-0.5.2.dist-info → kenenet-0.5.3.dist-info}/WHEEL +0 -0
- {kenenet-0.5.2.dist-info → kenenet-0.5.3.dist-info}/top_level.txt +0 -0
kenenet/__init__.py
CHANGED
@@ -146,15 +146,15 @@ def track_frame(frame, event, arg):
|
|
146
146
|
def debug():
|
147
147
|
global debug_mode
|
148
148
|
if not debug_mode:
|
149
|
+
debug_mode = True
|
149
150
|
caller_frame = inspect.currentframe().f_back
|
150
151
|
module_name = caller_frame.f_globals['__name__']
|
151
152
|
tracker = VariableTracker.get_instance()
|
152
153
|
tracker.start_tracking(module_name)
|
153
154
|
caller_frame.f_trace = track_frame
|
154
|
-
debug_mode = True
|
155
155
|
if debug_mode:
|
156
|
-
VariableTracker.get_instance().stop_tracking()
|
157
156
|
debug_mode = False
|
157
|
+
VariableTracker.get_instance().stop_tracking()
|
158
158
|
|
159
159
|
|
160
160
|
def stop_debug():
|
@@ -0,0 +1,5 @@
|
|
1
|
+
kenenet/__init__.py,sha256=PnVfIbzwnhkI4Q22WiW2UtGWNI3O_GrqEM2ppP-YYxs,8880
|
2
|
+
kenenet-0.5.3.dist-info/METADATA,sha256=DuuL8O7OOoAk7eG0anRjuLUd8fYpH_XNx0WAc4wgfKs,633
|
3
|
+
kenenet-0.5.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
kenenet-0.5.3.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
+
kenenet-0.5.3.dist-info/RECORD,,
|
kenenet-0.5.2.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
kenenet/__init__.py,sha256=4D9UWgrpuc6RhS344NlFnH0ersev0O8CXqiM1gsZql0,8880
|
2
|
-
kenenet-0.5.2.dist-info/METADATA,sha256=MZtYIgC1PfAxZOBIwce-u5J4scQs-sNJ57Pt8bplJ3w,633
|
3
|
-
kenenet-0.5.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
kenenet-0.5.2.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
|
5
|
-
kenenet-0.5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|