Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _str_swapcase
Method
_str_swapcase
pandas/core/strings/object_array.py:481–482 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
479
return
self._str_map(str.title)
480
481
def
_str_swapcase(self):
482
return
self._str_map(str.swapcase)
483
484
def
_str_lower(self):
485
return
self._str_map(str.lower)
Callers
1
swapcase
Method · 0.45
Calls
1
_str_map
Method · 0.95
Tested by
no test coverage detected