(self, funcid)
| 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), ()) |
no test coverage detected