(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), ()) |
| 927 | |
| 928 | def test_bind(self): |
| 929 | event = '<Control-Alt-Key-a>' |
no test coverage detected