-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
__complex__/__int__/__float__/__round__ #17
Comments
no we can’t 😢 TypeError: __int__ returned non-int (type function) |
Could you provide a use case? |
a currently open notebook: sorted(acc, key=lambda a: int(a[3:])) should be sorted(acc, key=int(_[3:])) |
Ah, I see. We could investigate adding it as a feature. |
This similar to kachayev#65 I think we should add to the documentation a sentence |
Thanks @Digenis for the insight. I will read through the python data model again and refresh my memory before updating the documentation. |
can we do those?
The text was updated successfully, but these errors were encountered: