You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from beeprint.printer import pp
class A:
a =1
b =2
c= '3333'
a = A()
pp(a)
Traceback (most recent call last):
File "e:/workCode/athena/test.py", line 9, in
pp(a)
File "C:\Program Files\Python36\lib\site-packages\beeprint\printer.py", line 59, in pp
print_obj_path()
File "C:\Program Files\Python36\lib\site-packages\beeprint\debug_kit.py", line 62, in print_obj_path
passed_arg_name = groups.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered:
code
Traceback (most recent call last):
File "e:/workCode/athena/test.py", line 9, in
pp(a)
File "C:\Program Files\Python36\lib\site-packages\beeprint\printer.py", line 59, in pp
print_obj_path()
File "C:\Program Files\Python36\lib\site-packages\beeprint\debug_kit.py", line 62, in print_obj_path
passed_arg_name = groups.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered: