(self)
| 1389 | dispatch[PERSID[0]] = load_persid |
| 1390 | |
| 1391 | def load_binpersid(self): |
| 1392 | pid = self.stack.pop() |
| 1393 | self.append(self.persistent_load(pid)) |
| 1394 | dispatch[BINPERSID[0]] = load_binpersid |
| 1395 | |
| 1396 | def load_none(self): |
nothing calls this directly
no test coverage detected