(self)
| 1539 | dispatch[STACK_GLOBAL[0]] = load_stack_global |
| 1540 | |
| 1541 | def load_ext1(self): |
| 1542 | code = self.read(1)[0] |
| 1543 | self.get_extension(code) |
| 1544 | dispatch[EXT1[0]] = load_ext1 |
| 1545 | |
| 1546 | def load_ext2(self): |
nothing calls this directly
no test coverage detected