Detail: IndexNanosecondGO: Operator Unary¶
Overview: IndexNanosecondGO: Operator Unary
- IndexNanosecondGO.__abs__()¶
>>> ix = sf.IndexNanosecondGO(('1789-05-05', '1789-12-31', '1799-11-09')) >>> abs(ix) UFuncTypeError(<ufunc 'absolute'>, (dtype('<M8[ns]'), dtype('<M8[ns]')))
- IndexNanosecondGO.__invert__()¶
>>> ix = sf.IndexNanosecondGO(('1789-05-05', '1789-12-31', '1799-11-09')) >>> ~ix TypeError("ufunc 'invert' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''")
- IndexNanosecondGO.__neg__()¶
>>> ix = sf.IndexNanosecondGO(('1789-05-05', '1789-12-31', '1799-11-09')) >>> -ix UFuncTypeError(<ufunc 'negative'>, (dtype('<M8[ns]'), dtype('<M8[ns]')))
- IndexNanosecondGO.__pos__()¶
>>> ix = sf.IndexNanosecondGO(('1789-05-05', '1789-12-31', '1799-11-09')) >>> +ix ['1789-05-05T00:00:00.000000000' '1789-12-31T00:00:00.000000000' '1799-11-09T00:00:00.000000000']
IndexNanosecondGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Regular Expression | Accessor Hashlib