Searched refs:_unpickle (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/zoneinfo/ |
H A D | _zoneinfo.py | 206 return (self.__class__._unpickle, (self._key, self._from_cache)) 216 def _unpickle(cls, key, from_cache, /): member in ZoneInfo
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 139 strong reference to _ctypes._unpickle() function */ 140 static PyObject *_unpickle; variable 2856 return Py_BuildValue("O(O(NN))", _unpickle, Py_TYPE(myself), dict, in PyCData_reduce() 5815 _unpickle = PyObject_GetAttrString(mod, "_unpickle"); in _ctypes_mod_exec() 5816 if (_unpickle == NULL) { in _ctypes_mod_exec()
|
Completed in 8 milliseconds