Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _convert_key
Method
_convert_key
pandas/core/indexing.py:2515–2516 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
2513
_takeable: bool
2514
2515
def
_convert_key(self, key):
2516
raise
AbstractMethodError(self)
2517
2518
def
__getitem__(self, key):
2519
if
not isinstance(key, tuple):
Callers
2
__getitem__
Method · 0.95
__setitem__
Method · 0.95
Calls
1
AbstractMethodError
Class · 0.90
Tested by
no test coverage detected