Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ tolist
Method
tolist
pandas/core/indexes/range.py:568–569 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
566
# --------------------------------------------------------------------
567
568
def
tolist(self) -> list[int]:
569
return
list(self._range)
570
571
def
__iter__(self) -> Iterator[int]:
572
""
"
Callers
14
test_difference_interior_overlap_endpoints_preserved
Method · 0.95
test_difference_endpoints_overlap_interior_preserved
Method · 0.95
_groupby_and_merge
Function · 0.45
_items_overlap_with_suffix
Function · 0.45
_stack_multi_columns
Function · 0.45
validate_unique_levels
Function · 0.45
_format_multi
Method · 0.45
union_indexes
Function · 0.45
drop
Method · 0.45
describe_numeric_1d
Function · 0.45
describe_timestamp_1d
Function · 0.45
to_dict
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_difference_interior_overlap_endpoints_preserved
Method · 0.76
test_difference_endpoints_overlap_interior_preserved
Method · 0.76