unregistered33
Results
1
comments of
unregistered33
I'm trying to mark code enum.py with "print" like this: ``` def __new__(cls, value): # all enum instances are actually created during class construction # without calling this method; this...