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

Function _info_commands

Lib/test/test_tkinter/test_misc.py:1386–1387  ·  view source on GitHub ↗
(widget, pattern=None)

Source from the content-addressed store, hash-verified

1384
1385
1386def _info_commands(widget, pattern=None):
1387 return widget.tk.splitlist(widget.tk.call('info', 'commands', pattern))
1388
1389
1390if __name__ == "__main__":

Callers 2

assertCommandExistMethod · 0.85
assertCommandNotExistMethod · 0.85

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…