Home
last modified time | relevance | path

Searched refs:CO_VARARGS (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/cpython/
H A Dcode.h108 #define CO_VARARGS 0x0004 macro
/third_party/python/Lib/
H A Dinspect.py54 "CO_VARARGS",
1324 if co.co_flags & CO_VARARGS:
2394 if func_code.co_flags & CO_VARARGS:
2413 if func_code.co_flags & CO_VARARGS:
H A Dpdb.py1219 if co.co_flags & inspect.CO_VARARGS: n = n+1
/third_party/python/Python/
H A Dceval.c5957 assert((co->co_flags & CO_VARARGS) == 0);
6153 if (co->co_flags & CO_VARARGS) {
6178 if (co->co_flags & CO_VARARGS) {
6280 if ((argcount > co->co_argcount) && !(co->co_flags & CO_VARARGS)) {
H A Dspecialize.c1177 if ((flags & (CO_VARKEYWORDS | CO_VARARGS)) || code->co_kwonlyargcount) { in function_kind()
H A Dcompile.c7882 flags |= CO_VARARGS; in compute_code_flags()
/third_party/python/Objects/
H A Dcodeobject.c278 ((con->flags & CO_VARARGS) != 0) - in _PyCode_Validate()
/third_party/python/Lib/unittest/
H A Dmock.py2212 + inspect.CO_VARARGS

Completed in 38 milliseconds