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

Method _from_sequence

pandas/core/arrays/datetimes.py:338–339  ·  view source on GitHub ↗
(cls, scalars, *, dtype=None, copy: bool = False)

Source from the content-addressed store, hash-verified

336
337 @classmethod
338 def _from_sequence(cls, scalars, *, dtype=None, copy: bool = False) -> Self:
339 return cls._from_sequence_not_strict(scalars, dtype=dtype, copy=copy)
340
341 @classmethod
342 def _from_sequence_not_strict(

Callers 2

_reduceMethod · 0.95
_add_offsetMethod · 0.45

Calls 1

Tested by

no test coverage detected