Home
last modified time | relevance | path

Searched refs:PicklerMemoProxyObject (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A D_pickle.c.h161 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self);
164 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear()
179 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self);
182 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy()
197 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self);
200 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__()
/third_party/python/Modules/
H A D_pickle.c26 class _pickle.PicklerMemoProxy "PicklerMemoProxyObject *" "&PicklerMemoProxyType"
713 } PicklerMemoProxyObject; typedef
4805 _pickle_PicklerMemoProxy_clear_impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy_clear_impl()
4820 _pickle_PicklerMemoProxy_copy_impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy_copy_impl()
4864 _pickle_PicklerMemoProxy___reduce___impl(PicklerMemoProxyObject *self) in _pickle_PicklerMemoProxy___reduce___impl()
4898 PicklerMemoProxy_dealloc(PicklerMemoProxyObject *self) in PicklerMemoProxy_dealloc()
4906 PicklerMemoProxy_traverse(PicklerMemoProxyObject *self, in PicklerMemoProxy_traverse()
4914 PicklerMemoProxy_clear(PicklerMemoProxyObject *self) in PicklerMemoProxy_clear()
4923 sizeof(PicklerMemoProxyObject), /*tp_basicsize*/
4954 PicklerMemoProxyObject *sel in PicklerMemoProxy_New()
[all...]

Completed in 9 milliseconds