[][src]Module cpython::argparse

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 parse_args().

Functions

parse_args

Parse argument list