(self)
| 1683 | dispatch[STACK_GLOBAL[0]] = load_stack_global |
| 1684 | |
| 1685 | def load_ext1(self): |
| 1686 | code = self.read(1)[0] |
| 1687 | self.get_extension(code) |
| 1688 | dispatch[EXT1[0]] = load_ext1 |
| 1689 | |
| 1690 | def load_ext2(self): |
nothing calls this directly
no test coverage detected