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
__name__
Second #894.
The attribute __name__ is implicitly set when defining a class in Python. Mojo should following the behaviour.
See #894. Sometimes people want to get the type of an object as a string.
Or it can be added to the @value decorator.
@value
The text was updated successfully, but these errors were encountered:
Duplicate of #187
Sorry, something went wrong.
No branches or pull requests
Review Mojo's priorities
What is your request?
Second #894.
The attribute
__name__
is implicitly set when defining a class in Python. Mojo should following the behaviour.What is your motivation for this change?
See #894. Sometimes people want to get the type of an object as a string.
Any other details?
Or it can be added to the
@value
decorator.The text was updated successfully, but these errors were encountered: