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

Method GetSubList

Lib/idlelib/tree.py:391–392  ·  view source on GitHub ↗

Return list of items forming sublist.

(self)

Source from the content-addressed store, hash-verified

389 """Return name of icon to be displayed when selected."""
390
391 def GetSubList(self):
392 """Return list of items forming sublist."""
393
394 def OnDoubleClick(self):
395 """Called on a double-click on the item."""

Callers 4

_GetSubListMethod · 0.95
test_getsublistMethod · 0.45
test_getsublistMethod · 0.45
test_nestedMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_getsublistMethod · 0.36
test_getsublistMethod · 0.36
test_nestedMethod · 0.36