MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / IsExpandable

Method IsExpandable

tools/python-3.11.9-amd64/Lib/idlelib/tree.py:360–362  ·  view source on GitHub ↗

Return whether there are subitems.

(self)

Source from the content-addressed store, hash-verified

358 return self.expandable
359
360 def IsExpandable(self):
361 """Return whether there are subitems."""
362 return 1
363
364 def _GetSubList(self):
365 """Do not override! Called by TreeNode."""

Callers 6

_IsExpandableMethod · 0.95
_GetSubListMethod · 0.95
test_isexpandableMethod · 0.45
test_isexpandableMethod · 0.45
test_isexpandableMethod · 0.45
test_nestedMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_isexpandableMethod · 0.36
test_isexpandableMethod · 0.36
test_isexpandableMethod · 0.36
test_nestedMethod · 0.36