(self, obj)
| 4321 | assert ref() is None |
| 4322 | |
| 4323 | def _loads(self, obj): |
| 4324 | return pickle.loads(obj, encoding='latin1') |
| 4325 | |
| 4326 | # version 0 pickles, using protocol=2 to pickle |
| 4327 | # version 0 doesn't have a version field |
no outgoing calls
no test coverage detected