(self)
| 1652 | dispatch[STACK_GLOBAL[0]] = load_stack_global |
| 1653 | |
| 1654 | def load_ext1(self): |
| 1655 | code = self.read(1)[0] |
| 1656 | self.get_extension(code) |
| 1657 | dispatch[EXT1[0]] = load_ext1 |
| 1658 | |
| 1659 | def load_ext2(self): |
nothing calls this directly
no test coverage detected