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

Method _set_axis_nocheck

pandas/core/generic.py:728–730  ·  view source on GitHub ↗
(
        self, labels, axis: Axis, inplace: Literal[False]
    )

Source from the content-addressed store, hash-verified

726
727 @overload
728 def _set_axis_nocheck(
729 self, labels, axis: Axis, inplace: Literal[False]
730 ) -> Self: ...
731
732 @overload
733 def _set_axis_nocheck(self, labels, axis: Axis, inplace: Literal[True]) -> None: ...

Callers 2

set_axisMethod · 0.95
_renameMethod · 0.80

Calls 2

_get_axis_nameMethod · 0.95
copyMethod · 0.95

Tested by

no test coverage detected