Searched defs:coerced_dtype (Results 1 – 2 of 2) sorted by relevance
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexing/ |
H A D | test_coercion.py | 384 def test_insert_index_object(self, insert, coerced_val, coerced_dtype): argument 400 def test_insert_index_int64(self, insert, coerced_val, coerced_dtype): argument 416 def test_insert_index_float64(self, insert, coerced_val, coerced_dtype): argument 492 def test_insert_index_period(self, insert, coerced_val, coerced_dtype): argument
|
/dports/devel/py-tinyarray/tinyarray-1.2.4/src/ |
H A D | array.cc | 1666 int coerce_to_arrays(PyObject **a_, PyObject **b_, Dtype *coerced_dtype) in coerce_to_arrays()
|