Overview
Python provides utility functions for parsing arguments and building return values.Argument Parsing
PyArg_ParseTuple
s- String (char*)i- Integer (int)l- Long (long)d- Double (double)O- PyObject*|- Optional arguments follow
Utility functions for argument parsing and value building
s - String (char*)i - Integer (int)l - Long (long)d - Double (double)O - PyObject*| - Optional arguments follow