| Index | https://npython.nimpylib.org/theindex.html |
| Imports | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#6 |
| Procs | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#12 |
| PyArg_VaParseTuple(name: NimNode; args: NimNode; min, max: Natural;
vargs: NimNode): NimNode | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_VaParseTuple%2CNimNode%2CNimNode%2CNatural%2CNatural%2CNimNode |
| Macros | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#17 |
| PyArg_ParseTuple(name: string; args: openArray[PyObject];
min, max: static Natural; vargs: varargs[typed]) | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_ParseTuple.m%2Cstring%2CopenArray%5BPyObject%5D%2CstaticNatural%2CstaticNatural%2Cvarargs%5Btyped%5D |
| Templates | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#18 |
| PyArg_UnpackTuple(name; args: openArray[PyObject]; min, max: Natural;
vargs: varargs[PyObject]) | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_UnpackTuple.t%2C%2CopenArray%5BPyObject%5D%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| PyArg_UnpackTuple(name; args: PyTupleObject; min, max: Natural;
vargs: varargs[PyObject]) | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_UnpackTuple.t%2C%2CPyTupleObject%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| unpackOptArgs(args; name; min, max: Natural; vargs: varargs[PyObject]) | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#unpackOptArgs.t%2C%2C%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| unpackOptArgs(name: string; min, max: Natural; vargs: varargs[PyObject]) | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#unpackOptArgs.t%2Cstring%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| Exports | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#19 |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L1 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L1 |
| Imports | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#6 |
| ../../Objects/pyobject | https://npython.nimpylib.org/npython/Objects/pyobject.html |
| ../../Objects/tupleobject | https://npython.nimpylib.org/npython/Objects/tupleobject.html |
| ../../Objects/exceptions | https://npython.nimpylib.org/npython/Objects/exceptions.html |
| ../../Objects/stringobject | https://npython.nimpylib.org/npython/Objects/stringobject.html |
| tovalsBase | https://npython.nimpylib.org/npython/Python/getargs/tovalsBase.html |
| tovalUtils | https://npython.nimpylib.org/npython/Python/getargs/tovalUtils.html |
| paramsMeta | https://npython.nimpylib.org/npython/Python/getargs/paramsMeta.html |
| Procs | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#12 |
| PyArg_VaParseTuple | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_VaParseTuple%2CNimNode%2CNimNode%2CNatural%2CNatural%2CNimNode |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L59 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L59 |
| Macros | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#17 |
| PyArg_ParseTuple | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_ParseTuple.m%2Cstring%2CopenArray%5BPyObject%5D%2CstaticNatural%2CstaticNatural%2Cvarargs%5Btyped%5D |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L78 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L78 |
| Templates | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#18 |
| PyArg_UnpackTuple | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_UnpackTuple.t%2C%2CopenArray%5BPyObject%5D%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L72 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L72 |
| PyArg_UnpackTuple | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#PyArg_UnpackTuple.t%2C%2CPyTupleObject%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| PyTupleObject | https://npython.nimpylib.org/npython/Objects/tupleobject/decl.html#PyTupleObject |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L83 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L83 |
| unpackOptArgs | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#unpackOptArgs.t%2C%2C%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L90 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L90 |
| unpackOptArgs | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#unpackOptArgs.t%2Cstring%2CNatural%2CNatural%2Cvarargs%5BPyObject%5D |
| PyObject | https://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject |
| Source | https://github.com/nimpylib/npython/tree/master/npython/Python/getargs/vargs.nim#L96 |
| Edit | https://github.com/nimpylib/npython/edit/devel/npython/Python/getargs/vargs.nim#L96 |
| Exports | https://npython.nimpylib.org/npython/Python/getargs/vargs.html#19 |
| genToVal | https://npython.nimpylib.org/npython/Python/getargs/tovalsBase.html#genToVal.t,, |
| genToValGeneric | https://npython.nimpylib.org/npython/Python/getargs/tovalsBase.html#genToValGeneric.t,, |
| genToValGeneric | https://npython.nimpylib.org/npython/Python/getargs/tovalsBase.html#genToValGeneric.t,,, |
| toval | https://npython.nimpylib.org/npython/Python/getargs/tovalsBase.html#toval.t,PyObject,PyObject |
| convertVia | https://npython.nimpylib.org/npython/Python/getargs/paramsMeta.html#convertVia.t,typed |
| AsPyParam | https://npython.nimpylib.org/npython/Python/getargs/paramsMeta.html#AsPyParam.t,string |
| startKwOnly | https://npython.nimpylib.org/npython/Python/getargs/paramsMeta.html#startKwOnly.t |