Home
last modified time | relevance | path

Searched refs:_PyArg_NoPositional (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dmodsupport.h63 PyAPI_FUNC(int) _PyArg_NoPositional(const char *funcname, PyObject *args);
66 #define _PyArg_NoPositional(funcname, args) \ macro
67 ((args) == NULL || _PyArg_NoPositional((funcname), (args)))
/external/python/cpython3/Modules/clinic/
D_bz2module.c.h165 !_PyArg_NoPositional("BZ2Decompressor", args)) { in _bz2_BZ2Decompressor___init__()
D_queuemodule.c.h20 !_PyArg_NoPositional("SimpleQueue", args)) { in simplequeue_new()
D_ssl.c.h760 !_PyArg_NoPositional("MemoryBIO", args)) { in _ssl_MemoryBIO()
/external/python/cpython3/Python/
Dgetargs.c2496 #undef _PyArg_NoPositional
2524 _PyArg_NoPositional(const char *funcname, PyObject *args) in _PyArg_NoPositional() function