Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
_PyArg_Parser |
_PyArg_Parser.custom_msg(BytePointer setter) |
_PyArg_Parser |
_PyArg_Parser.fname(BytePointer setter) |
_PyArg_Parser |
_PyArg_Parser.format(BytePointer setter) |
_PyArg_Parser |
_PyArg_Parser.kwtuple(PyObject setter) |
_PyArg_Parser |
_PyArg_Parser.max(int setter) |
_PyArg_Parser |
_PyArg_Parser.min(int setter) |
_PyArg_Parser |
_PyArg_Parser.next(_PyArg_Parser setter) |
_PyArg_Parser |
_PyArg_Parser.next() |
_PyArg_Parser |
_PyArg_Parser.pos(int setter) |
_PyArg_Parser |
_PyArg_Parser.position(long position) |
Modifier and Type | Method and Description |
---|---|
_PyArg_Parser |
_PyArg_Parser.next(_PyArg_Parser setter) |
Modifier and Type | Method and Description |
---|---|
static int |
python._PyArg_ParseStackAndKeywords(PointerPointer args,
long nargs,
PyObject kwnames,
_PyArg_Parser arg3) |
static int |
python._PyArg_ParseStackAndKeywords(PyObject args,
long nargs,
PyObject kwnames,
_PyArg_Parser arg3) |
static int |
python._PyArg_ParseTupleAndKeywordsFast(PyObject arg0,
PyObject arg1,
_PyArg_Parser arg2) |
static int |
python._PyArg_VaParseTupleAndKeywordsFast(PyObject arg0,
PyObject arg1,
_PyArg_Parser arg2,
Pointer arg3) |
Copyright © 2020. All rights reserved.