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

Method _set_axis_name

pandas/core/generic.py:1266–1268  ·  view source on GitHub ↗
(
        self, name, axis: Axis = ..., *, inplace: Literal[False] = ...
    )

Source from the content-addressed store, hash-verified

1264
1265 @overload
1266 def _set_axis_name(
1267 self, name, axis: Axis = ..., *, inplace: Literal[False] = ...
1268 ) -> Self: ...
1269
1270 @overload
1271 def _set_axis_name(

Callers 2

rename_axisMethod · 0.95

Calls 5

_get_axis_numberMethod · 0.95
_get_axisMethod · 0.95
copyMethod · 0.95
validate_bool_kwargFunction · 0.90
set_namesMethod · 0.80

Tested by 1