Recover handle to shadowed builtin?

Roy Smith roy at panix.com
Wed Jan 8 14:52:10 EST 2014


I'm working with ipython's pylab mode, which replaces the builtin sum() with the one from numpy:

In [105]:
sum

Out[105]:
<function numpy.core.fromnumeric.sum>

Is there any way to recover a reference to the builtin sum()?


---
Roy Smith
roy at panix.com






More information about the Python-list mailing list