-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Need to implement int.* #304
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
Comments
int type: rounding, index, trunc, int (#304)
Can someone point me towards where I can find the specifications for these methods? |
Sorry, |
@Tom1380 The reference is CPython implementation -> https://github.com/python/cpython |
The current list is just
|
I'd love to try at |
See, you think it'll be that simple 😄. We've had two previous attempts at implementing |
|
Uh oh!
There was an error while loading. Please reload this page.
Following methods/attributes need to be implemented on type
int
. Please feel to pick unchecked method/attributesint
is implemented invm/src/obj/objint.rs
The text was updated successfully, but these errors were encountered: