ufunc
ufunc.
identity
The identity value.
Data attribute containing the identity element for the ufunc, if it has one.If it does not, the attribute value is None.
Examples
>>>np.add.identity0>>>np.multiply.identity1>>>np.power.identity1>>>print(np.exp.identity)None
numpy.ufunc.types
numpy.ufunc.signature