Home
last modified time | relevance | path

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

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/dtypes/
H A Dtest_common.py326 + tm.SIGNED_INT_DTYPES
327 + to_numpy_dtypes(tm.SIGNED_INT_DTYPES)
382 + tm.SIGNED_INT_DTYPES
383 + to_numpy_dtypes(tm.SIGNED_INT_DTYPES)
/dports/math/py-pandas/pandas-1.2.5/pandas/
H A Dconftest.py1129 @pytest.fixture(params=tm.SIGNED_INT_DTYPES)
H A D_testing.py84 SIGNED_INT_DTYPES: List[Dtype] = [int, "int8", "int16", "int32", "int64"] variable
86 ALL_INT_DTYPES = UNSIGNED_INT_DTYPES + SIGNED_INT_DTYPES