Lines Matching refs:PyObject_Call
511 junk = PyObject_Call(self->write, self->arg, NULL); in write_other()
687 str = PyObject_Call(self->read, self->arg, NULL); in read_other()
2078 PyObject_Call(getinitargs_func, empty_tuple, NULL))) in save_inst()
2140 state = PyObject_Call(getstate_func, empty_tuple, NULL); in save_inst()
2345 pid = PyObject_Call(f, self->arg, NULL); in save_pers()
2777 t = PyObject_Call(__reduce__, self->arg, NULL); in save()
2795 t = PyObject_Call(__reduce__, in save()
2809 t = PyObject_Call(__reduce__, in save()
4081 pid = PyObject_Call(self->pers_func, self->arg, in load_persid()
4118 pid = PyObject_Call(self->pers_func, self->arg, in load_binpersid()
4455 junk = PyObject_Call(append_method, self->arg, in do_append()
4570 junk = PyObject_Call(__setstate__, self->arg, NULL); in load_build()