[Numpy-discussion] NotImplemented returns

josef.pktd at gmail.com josef.pktd at gmail.com
Thu May 27 11:59:13 EDT 2010


A while ago we had a brief discussion about this.


Is this a feature? or should there be a ticket for this

>>> np.sqrt('5')
NotImplemented
>>> a = np.sqrt('5')
>>> a
NotImplemented
>>> type(a)
<type 'NotImplementedType'>


Josef



More information about the NumPy-Discussion mailing list