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

Method _constructor_sliced

pandas/_testing/__init__.py:354–355  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

352 # error: Cannot override writeable attribute with read-only property
353 @property
354 def _constructor_sliced(self): # type: ignore[override]
355 return lambda *args, **kwargs: SubclassedSeries(*args, **kwargs)
356
357
358def convert_rows_list_to_csv_str(rows_list: list[str]) -> str:

Callers 15

apply_empty_resultMethod · 0.45
apply_rawMethod · 0.45
apply_strMethod · 0.45
wrap_results_for_axisMethod · 0.45
wrap_results_for_axisMethod · 0.45
dotMethod · 0.45
memory_usageMethod · 0.45
_getitem_multilevelMethod · 0.45
duplicatedMethod · 0.45
to_seriesMethod · 0.45
applyMethod · 0.45

Calls 1

SubclassedSeriesClass · 0.70

Tested by

no test coverage detected