pycore_getopt.h File Reference

Classes

struct  _PyOS_LongOption
 

Functions

void _PyOS_ResetGetOpt (void)
 
int _PyOS_GetOpt (Py_ssize_t argc, wchar_t *const *argv, int *longindex)
 

Variables

int _PyOS_opterr
 
Py_ssize_t _PyOS_optind
 
const wchar_t * _PyOS_optarg
 

Function Documentation

◆ _PyOS_ResetGetOpt()

void _PyOS_ResetGetOpt ( void  )

◆ _PyOS_GetOpt()

int _PyOS_GetOpt ( Py_ssize_t  argc,
wchar_t *const *  argv,
int longindex 
)

Variable Documentation

◆ _PyOS_opterr

int _PyOS_opterr
extern

◆ _PyOS_optind

Py_ssize_t _PyOS_optind
extern

◆ _PyOS_optarg

const wchar_t* _PyOS_optarg
extern