MCPcopy Index your code
hub / github.com/python/cpython / _GetSubList

Method _GetSubList

Lib/idlelib/debugobj_r.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 return value
18
19 def _GetSubList(self):
20 sub_list = self.__item._GetSubList()
21 return list(map(remote_object_tree_item, sub_list))
22
23class StubObjectTreeItem:
24 # Lives in IDLE process

Callers

nothing calls this directly

Calls 2

listClass · 0.85
_GetSubListMethod · 0.45

Tested by

no test coverage detected