_PyArg_Parser Struct Reference

#include <modsupport.h>

Public Attributes

const char * format
 
const char *const * keywords
 
const char * fname
 
const char * custom_msg
 
int pos
 
int min
 
int max
 
PyObjectkwtuple
 
struct _PyArg_Parsernext
 

Member Data Documentation

◆ format

const char* format

◆ keywords

const char* const* keywords

◆ fname

const char* fname

◆ custom_msg

const char* custom_msg

◆ pos

int pos

◆ min

int min

◆ max

int max

◆ kwtuple

PyObject* kwtuple

◆ next

struct _PyArg_Parser* next