Home | History | Annotate | Download | only in _ctypes

Lines Matching defs:byref

1590 "byref(C instance[, offset=0]) -> byref-object\n"
1599 byref(PyObject *self, PyObject *args)
1606 if (!PyArg_UnpackTuple(args, "byref", 1, 2,
1616 "byref() argument must be a ctypes instance, not '%s'",
1947 {"byref", byref, METH_VARARGS, byref_doc},