kenenet 0.6.9__py3-none-any.whl → 0.7.0__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
@@ -117,21 +117,21 @@ def _track_frame(frame, event, arg):
117
117
  if scope == "Global":
118
118
  for name, value in current_vars.items():
119
119
  if name not in tracker.global_vars:
120
- tracker.print_change(name, None, value, scope)
120
+ tracker._print_change(name, None, value, scope)
121
121
  elif tracker.global_vars[name] != value:
122
- tracker.print_change(name, tracker.global_vars[name], value, scope)
122
+ tracker._print_change(name, tracker.global_vars[name], value, scope)
123
123
  tracker.global_vars.update(current_vars)
124
124
  else:
125
125
  frame_id = id(frame)
126
126
  if frame_id not in tracker.frame_locals:
127
127
  for name, value in current_vars.items():
128
- tracker.print_change(name, None, value, scope)
128
+ tracker._print_change(name, None, value, scope)
129
129
  else:
130
130
  for name, value in current_vars.items():
131
131
  if name not in tracker.frame_locals[frame_id]:
132
- tracker.print_change(name, None, value, scope)
132
+ tracker._print_change(name, None, value, scope)
133
133
  elif tracker.frame_locals[frame_id][name] != value:
134
- tracker.print_change(name, tracker.frame_locals[frame_id][name], value, scope)
134
+ tracker._print_change(name, tracker.frame_locals[frame_id][name], value, scope)
135
135
  tracker.frame_locals[frame_id] = current_vars
136
136
  if event == 'return' and scope != "Global": del tracker.frame_locals[id(frame)]
137
137
  return _track_frame
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kenenet
3
- Version: 0.6.9
3
+ Version: 0.7.0
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=HITONPdA04scU4iVw0koPg8P9qVMcHiTTWWzP__CI34,8474
2
+ kenenet-0.7.0.dist-info/METADATA,sha256=yGrLHUPkk-GyN5DImlykoMQaoTs3Z4qGTMnWYRC8JVM,633
3
+ kenenet-0.7.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ kenenet-0.7.0.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
+ kenenet-0.7.0.dist-info/RECORD,,
@@ -1,5 +0,0 @@
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,,