Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_functoolsmodule.c728 static PyObject *kwd_mark = NULL; variable
831 Py_INCREF(kwd_mark); in lru_cache_make_key()
832 PyTuple_SET_ITEM(key, key_pos++, kwd_mark); in lru_cache_make_key()
1437 if (!kwd_mark) { in _functools_exec()
1438 kwd_mark = _PyObject_CallNoArg((PyObject *)&PyBaseObject_Type); in _functools_exec()
1439 if (!kwd_mark) { in _functools_exec()
/external/python/cpython3/Lib/
Dfunctools.py448 kwd_mark = (object(),), argument
467 key += kwd_mark
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt68 kwd_mark
DTODO123 Modules/_functoolsmodule.c:kwd_mark static PyObject *kwd_mark
Dknown.tsv409 Modules/_functoolsmodule.c - kwd_mark variable static PyObject *kwd_mark