Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Need to implement int.*  #304

@mrveera

Description

@mrveera

Following methods/attributes need to be implemented on type int. Please feel to pick unchecked method/attributes
int is implemented in vm/src/obj/objint.rs

  • int . __bool__
  • int . __ceil__
  • int . __dir__
  • int . __floor__
  • int . __index__
  • int . __getnewargs__
  • int . __init_subclass__
  • int . __int__
  • int . __invert__
  • int . __radd__
  • int . __rand__
  • int . __rdivmod__
  • int . __reduce__
  • int . __reduce_ex__
  • int . __rfloordiv__
  • int . __rlshift__
  • int . __rmod__
  • int . __rmul__
  • int . __ror__
  • int . __round__
  • int . __rpow__
  • int . __rrshift__
  • int . __rsub__
  • int . __rtruediv__
  • int . __rxor__
  • int . __setattr__
  • int . __sizeof__
  • int . __subclasshook__
  • int . __trunc__
  • int . denominator
  • int . from_bytes
  • int . imag
  • int . numerator
  • int . real
  • int . to_bytes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions