(self)
| 1250 | dispatch[PERSID[0]] = load_persid |
| 1251 | |
| 1252 | def load_binpersid(self): |
| 1253 | pid = self.stack.pop() |
| 1254 | self.append(self.persistent_load(pid)) |
| 1255 | dispatch[BINPERSID[0]] = load_binpersid |
| 1256 | |
| 1257 | def load_none(self): |
nothing calls this directly
no test coverage detected