Home | History | Annotate | Download | only in python

Lines Matching refs:SwigPyObject_acquire

592 SwigPyObject_acquire(PyObject *v)
594 SwigPyObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
623 SwigPyObject_acquire(v);
629 SwigPyObject_acquire(v,args);
643 {(char *)"acquire", (PyCFunction)SwigPyObject_acquire, METH_NOARGS, (char *)"acquires ownership of the pointer"},
654 {(char *)"acquire", (PyCFunction)SwigPyObject_acquire, METH_VARARGS, (char *)"aquires ownership of the pointer"},