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

Method _str_title

pandas/core/strings/object_array.py:478–479  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

476 return self._str_map(str.casefold)
477
478 def _str_title(self):
479 return self._str_map(str.title)
480
481 def _str_swapcase(self):
482 return self._str_map(str.swapcase)

Callers 1

titleMethod · 0.45

Calls 1

_str_mapMethod · 0.95

Tested by

no test coverage detected