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

Method _GetSubList

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

Source from the content-addressed store, hash-verified

32 return value
33
34 def _GetSubList(self):
35 sub_list = self.sockio.remotecall(self.oid, "_GetSubList", (), {})
36 return [StubObjectTreeItem(self.sockio, oid) for oid in sub_list]
37
38
39if __name__ == '__main__':

Callers 1

_GetSubListMethod · 0.45

Calls 2

StubObjectTreeItemClass · 0.85
remotecallMethod · 0.80

Tested by

no test coverage detected