File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 24
24
25
25
from pandas .core import accessor
26
26
from pandas .core .arrays .categorical import Categorical , contains
27
- import pandas .core .common as com
28
27
from pandas .core .construction import extract_array
29
28
import pandas .core .indexes .base as ibase
30
29
from pandas .core .indexes .base import Index , _index_shared_docs , maybe_extract_name
@@ -574,15 +573,6 @@ def _convert_list_indexer(self, keyarr):
574
573
575
574
return self .get_indexer (keyarr )
576
575
577
- @doc (Index ._convert_arr_indexer )
578
- def _convert_arr_indexer (self , keyarr ):
579
- keyarr = com .asarray_tuplesafe (keyarr )
580
-
581
- if self .categories ._defer_to_indexing :
582
- return keyarr
583
-
584
- return self ._shallow_copy (keyarr )
585
-
586
576
@doc (Index ._maybe_cast_slice_bound )
587
577
def _maybe_cast_slice_bound (self , label , side , kind ):
588
578
if kind == "loc" :
You can’t perform that action at this time.
0 commit comments