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()
2062 PyObject_Call(getinitargs_func, empty_tuple, NULL))) in save_inst()
2124 state = PyObject_Call(getstate_func, empty_tuple, NULL); in save_inst()
2329 pid = PyObject_Call(f, self->arg, NULL); in save_pers()
2761 t = PyObject_Call(__reduce__, self->arg, NULL); in save()
2779 t = PyObject_Call(__reduce__, in save()
2793 t = PyObject_Call(__reduce__, in save()
4095 pid = PyObject_Call(self->pers_func, self->arg, in load_persid()
4132 pid = PyObject_Call(self->pers_func, self->arg, in load_binpersid()
4469 junk = PyObject_Call(append_method, self->arg, in do_append()
4584 junk = PyObject_Call(__setstate__, self->arg, NULL); in load_build()