Home
last modified time | relevance | path

Searched refs:series_array_exc (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/base/
H A Dops.py66 series_array_exc: Optional[Type[TypeError]] = TypeError variable in BaseArithmeticOpsTests
87 s, op_name, pd.Series([s.iloc[0]] * len(s)), exc=self.series_array_exc
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/
H A Dtest_numpy.py283 series_array_exc = None variable in TestArithmetics
H A Dtest_sparse.py371 series_array_exc = None variable in TestArithmeticOps