Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmodsupport.h64 PyAPI_FUNC(int) _PyArg_NoPositional(const char *funcname, PyObject *args);
69 #define _PyArg_NoPositional(funcname, args) \ macro
70 ((args) == NULL || _PyArg_NoPositional((funcname), (args)))
/external/python/cpython3/Modules/clinic/
D_bz2module.c.h211 !_PyArg_NoPositional("BZ2Decompressor", args)) { in _bz2_BZ2Decompressor___init__()
D_queuemodule.c.h20 !_PyArg_NoPositional("SimpleQueue", args)) { in simplequeue_new()
Dselectmodule.c.h967 !_PyArg_NoPositional("kqueue", args)) { in select_kqueue()
D_ssl.c.h938 !_PyArg_NoPositional("MemoryBIO", args)) { in _ssl_MemoryBIO()
/external/python/cpython3/Python/
Dgetargs.c2795 #undef _PyArg_NoPositional
2822 _PyArg_NoPositional(const char *funcname, PyObject *args) in _PyArg_NoPositional() function