fastenum
fastenum copied to clipboard
Patch for python builtin enum module to achieve best performance
Results
1
fastenum issues
Sort by
recently updated
recently updated
newest added
```py Traceback: fastenum.enable() .tox\py311\Lib\site-packages\fastenum\__init__.py:24: in enable Patch.enable_patches() .tox\py311\Lib\site-packages\fastenum\parcher.py:154: in enable_patches patch.enable(check) .tox\py311\Lib\site-packages\fastenum\parcher.py:110: in enable cls.__run_on_instance__(obj) .tox\py311\Lib\site-packages\fastenum\patches.py:53: in __run_on_instance__ instance.alias = f'_cls_attr_{instance.fget.__name__}' E AttributeError: 'NoneType' object has no attribute '__name__' ```
help wanted