Home
last modified time | relevance | path

Searched defs:allargs (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dcgi.py57 def initlog(*allargs):
98 def nolog(*allargs):
/external/python/cpython2/Lib/
Dcgi.py71 def initlog(*allargs):
110 def nolog(*allargs):
/external/python/cpython3/Python/
Dceval.c5107 PyObject *const *allargs; in PyEval_EvalCodeEx() local