kenenet 0.6.3__py3-none-any.whl → 0.6.4__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
@@ -49,7 +49,7 @@ def timer(clock=1):
49
49
 
50
50
  class _Config:
51
51
  EXCLUDED_NAMES = {'Config', 'VariableTracker', 'track_variables', 'stop_tracking',
52
- 'track_frame', 'sys', 'inspect', 'types', 'datetime', 'quick_print',
52
+ 'track_frame', 'sys', 'inspect', 'types', 'datetime',
53
53
  'self', 'cls', 'args', 'kwargs', '__class__'}
54
54
  EXCLUDED_FILES = {'<string>', '<frozen importlib', 'importlib', 'abc.py', 'typing.py', '_collections_abc.py'}
55
55
  SHOW_TIMESTAMPS = True
@@ -81,7 +81,9 @@ class _VariableTracker:
81
81
  quick_print(f"{scope} '{name}' changed from {self._format_value(old)} -> {self._format_value(new)}", lineno)
82
82
 
83
83
  def _should_track(self, name):
84
- return not (name.startswith('_') and name not in ('__name__', '__file__')) and name not in _Config.EXCLUDED_NAMES
84
+ if 'quick_print' in name:
85
+ return False
86
+ return not (name.startswith('_') and name not in ('__name__', '__file__')) and name not in Config.EXCLUDED_NAMES
85
87
 
86
88
  def _start_tracking(self, module_name):
87
89
  if self.active: return
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kenenet
3
- Version: 0.6.3
3
+ Version: 0.6.4
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=V_1QkItH8qrNH5crUZdtWQhmF9yAUOcHN_Q_IYUHxKQ,8388
2
+ kenenet-0.6.4.dist-info/METADATA,sha256=RzhyI7pjum0q09HMHKwXLCc3w_VOjSZiipgaZ1BtqgQ,633
3
+ kenenet-0.6.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ kenenet-0.6.4.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
+ kenenet-0.6.4.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- kenenet/__init__.py,sha256=ZizmwHvwagHE-tOYJJVy82eTmXfQnuJ0u7JHtrabr08,8343
2
- kenenet-0.6.3.dist-info/METADATA,sha256=Xf_R3LSYnQkKP3iFulfRDCj9whPmYjx4C0iC0xc6Ja8,633
3
- kenenet-0.6.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
- kenenet-0.6.3.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
- kenenet-0.6.3.dist-info/RECORD,,