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
Instead, this happened: ✫(foo='bar', print_char='Asset')
Context
It looks like any keyword argument to DotWiz is picked up as a dictionary key, including the print_char and metaclass arguments that are meant to support customizing its representation.
The text was updated successfully, but these errors were encountered:
Version
0.4.0
Platform
Linux pop-os 5.15.11-76051511-generic #202112220937
164018548121.04~b3a2c21-Ubuntu SMP Mon Jan 3 16:5 x86_64 GNU/LinuxPython
Python 3.9.9
Description
The
print_char
argument is not being picked upI ran this code:
I expected to see this happen:
Asset(foo='bar')
Instead, this happened:
✫(foo='bar', print_char='Asset')
Context
It looks like any keyword argument to
DotWiz
is picked up as a dictionary key, including theprint_char
andmetaclass
arguments that are meant to support customizing its representation.The text was updated successfully, but these errors were encountered: