Skip to content

Instantly share code, notes, and snippets.

@mokomull
Created April 5, 2013 16:28
Show Gist options
  • Save mokomull/5320651 to your computer and use it in GitHub Desktop.
Save mokomull/5320651 to your computer and use it in GitHub Desktop.
In [1]: x = array([2,3,4])
In [2]: x.__abs__
Out[2]: <method-wrapper '__abs__' of numpy.ndarray object at 0x30a9780>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment