Module cpython::argparse
[−]
[src]
This module contains logic for parsing a python argument list.
See also the macros py_argparse!, py_fn! and py_method!.
Structs
| ParamDescription |
Description of a python parameter; used for |
Functions
| parse_args |
Parse argument list |