We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, metaclasses are not shown.
I propose to add a key :metaclasses: to show them as well. Because, they are very important.
:metaclasses:
Demo:
>>> from returns.maybe import Maybe >>> type(Maybe) <class 'abc.ABCMeta'>
Source: https://github.com/dry-python/returns/blob/master/returns/maybe.py#L38
Related #50 Related #48
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, metaclasses are not shown.
I propose to add a key
:metaclasses:
to show them as well.Because, they are very important.
Demo:
Source: https://github.com/dry-python/returns/blob/master/returns/maybe.py#L38
Related #50
Related #48
The text was updated successfully, but these errors were encountered: