(self)
| 1363 | dispatch[PERSID[0]] = load_persid |
| 1364 | |
| 1365 | def load_binpersid(self): |
| 1366 | pid = self.stack.pop() |
| 1367 | self.append(self.persistent_load(pid)) |
| 1368 | dispatch[BINPERSID[0]] = load_binpersid |
| 1369 | |
| 1370 | def load_none(self): |
nothing calls this directly
no test coverage detected