Public Member Functions | |
FunctionSignature (const std::string &fmt) | |
bool | parse (PyObject *args, PyObject *kwargs, PyObject *dst[], bool raise_exception) |
std::string | toString () const |
Data Fields | |
std::string | name |
std::vector< FunctionParameter > | params |
ssize_t | min_args |
ssize_t | max_args |
ssize_t | max_pos_args |
bool | hidden |
bool | deprecated |
Definition at line 148 of file python_arg_parser.h.