kenenet 0.5.5__py3-none-any.whl → 0.5.7__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 CHANGED
@@ -143,25 +143,29 @@ def track_frame(frame, event, arg):
143
143
  # PUBLIC API
144
144
  # ==========================================================================
145
145
 
146
+ debug_mode = False # Global variable to track if debugging is enabled
146
147
 
147
- def start_trace():
148
+
149
+ def track_variables():
148
150
  caller_frame = inspect.currentframe().f_back
149
151
  module_name = caller_frame.f_globals['__name__']
150
152
  tracker = VariableTracker.get_instance()
151
153
  tracker.start_tracking(module_name)
152
154
  caller_frame.f_trace = track_frame
153
155
 
154
- def end_trace():
156
+
157
+ def stop_tracking():
155
158
  VariableTracker.get_instance().stop_tracking()
156
-
159
+
160
+
157
161
  def debug():
158
162
  global debug_mode
159
163
  if not debug_mode:
160
164
  debug_mode = True
161
- start_trace()
165
+ track_variables()
162
166
  else:
163
167
  debug_mode = False
164
- end_trace()
168
+ stop_tracking()
165
169
 
166
170
  def pp(msg='caca', subdir=None, pps=3):
167
171
  import os, subprocess
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kenenet
3
- Version: 0.5.5
3
+ Version: 0.5.7
4
4
  Summary: dude what the fuck even is this package
5
5
  Home-page: https://www.youtube.com/@KiddyKene
6
6
  Author: kiddykene
@@ -0,0 +1,5 @@
1
+ kenenet/__init__.py,sha256=ADgTAhQmBqHkgnGJ-FanKu7RVAW2f5nwST-C5KCvygs,8981
2
+ kenenet-0.5.7.dist-info/METADATA,sha256=yxh3maVucwATfjITkSJ6CVUVpep1ulmjlzKAswrsygE,633
3
+ kenenet-0.5.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ kenenet-0.5.7.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
+ kenenet-0.5.7.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- kenenet/__init__.py,sha256=GtOqZSuMhBCe-yD44-H1CGZ5FI1oquvCXowv3-GwKd8,8891
2
- kenenet-0.5.5.dist-info/METADATA,sha256=ErNyvBrwaNUKjMvufOQW7R_GvgYccy2SWDIdEYxgNpg,633
3
- kenenet-0.5.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
- kenenet-0.5.5.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
- kenenet-0.5.5.dist-info/RECORD,,