Skip to content

Conversation

@abderrahim
Copy link
Contributor

A proof of concept for #1412

@abderrahim abderrahim force-pushed the pure-python-cython branch 2 times, most recently from 605f430 to 11b5894 Compare December 19, 2021 13:16
Fix lint and formatting errors in the process
Fix lint and formatting errors in the process

def __repr__(self):
return "<fastenum '{}'>".format(self.__name__)
def __repr__(cls):
Copy link
Contributor

@nanonyme nanonyme Feb 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks weird. This looks like it assumes it's a class method but there's no classmethod decorator. Is this change because it's a metaclass?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants