MCPcopy
hub / github.com/pandas-dev/pandas / _coerce_to_array

Method _coerce_to_array

pandas/core/arrays/masked.py:334–337  ·  view source on GitHub ↗
(
        cls, values, *, dtype: DtypeObj, copy: bool = False
    )

Source from the content-addressed store, hash-verified

332
333 @classmethod
334 def _coerce_to_array(
335 cls, values, *, dtype: DtypeObj, copy: bool = False
336 ) -> tuple[np.ndarray, np.ndarray]:
337 raise AbstractMethodError(cls)
338
339 def _validate_setitem_value(self, value):
340 """

Callers 2

__setitem__Method · 0.95
_from_sequenceMethod · 0.45

Calls 1

AbstractMethodErrorClass · 0.90

Tested by

no test coverage detected