Skip to content

Comments

Make the module more pythony#18

Open
Rafiot wants to merge 4 commits intokatharosada:masterfrom
Rafiot:dev
Open

Make the module more pythony#18
Rafiot wants to merge 4 commits intokatharosada:masterfrom
Rafiot:dev

Conversation

@Rafiot
Copy link
Contributor

@Rafiot Rafiot commented Jan 31, 2015

Add the following functions, and update the existing ones accordingly:

  • bool
  • ne
  • add
  • iadd
  • neg
  • sub
  • isub
  • mul
  • imul
  • iter
  • abs
  • round
  • getitem
  • length
  • clone

Add the following functions, and update the existing ones accordingly:

* __bool__
* __ne__
* __add__
* __iadd__
* __neg__
* __sub__
* __isub__
* __mul__
* __imul__
* __iter__
* __abs__
* __round__
* __getitem__
* length
* clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants