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

Method assertCommandExist

Lib/test/test_tkinter/test_misc.py:922–923  ·  view source on GitHub ↗
(self, funcid)

Source from the content-addressed store, hash-verified

920 self.frame.pack()
921
922 def assertCommandExist(self, funcid):
923 self.assertEqual(_info_commands(self.root, funcid), (funcid,))
924
925 def assertCommandNotExist(self, funcid):
926 self.assertEqual(_info_commands(self.root, funcid), ())

Callers 11

test_bindMethod · 0.95
test_unbind2Method · 0.95
test_bind_rebindMethod · 0.95
test_bind_classMethod · 0.95
test_unbind_classMethod · 0.95
test_bind_allMethod · 0.95
test_unbind_allMethod · 0.95
test_bind_all_rebindMethod · 0.95
_test_tag_bindMethod · 0.95
_test_tag_bind_rebindMethod · 0.95

Calls 2

_info_commandsFunction · 0.85
assertEqualMethod · 0.45

Tested by

no test coverage detected