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

Method assertCommandNotExist

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

Source from the content-addressed store, hash-verified

923 self.assertEqual(_info_commands(self.root, funcid), (funcid,))
924
925 def assertCommandNotExist(self, funcid):
926 self.assertEqual(_info_commands(self.root, funcid), ())
927
928 def test_bind(self):
929 event = '<Control-Alt-Key-a>'

Callers 1

test_unbind2Method · 0.95

Calls 2

_info_commandsFunction · 0.85
assertEqualMethod · 0.45

Tested by

no test coverage detected