Home
last modified time | relevance | path

Searched refs:PyArg_ParseTuple (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h895 if (!PyArg_ParseTuple(args, "O", &string)) in VimEval()
1213 if (!PyArg_ParseTuple(args, "s|O", &fullname, &target)) in FinderFindSpec()
1348 if (!PyArg_ParseTuple(args, "s", &fullname)) in FinderFindModule()
1393 if (PyArg_ParseTuple(args, "s", &path) in VimPathHook()
1718 if (!PyArg_ParseTuple(args, "O|O", &keyObject, &defObject)) in _DictionaryItem()
2055 if (!PyArg_ParseTuple(args, "|O", &obj)) in DictionaryUpdate()
2348 if (!PyArg_ParseTuple(args, "|O", &obj)) in ListConstructor()
3084 if (!PyArg_ParseTuple(args, "et", "ascii", &name)) in FunctionConstructor()
5009 if (!PyArg_ParseTuple(args, "O|n", &lines, &n)) in RBAppend()
5374 if (!PyArg_ParseTuple(args, "nn", &start, &end)) in BufferRange()
H A Dif_python.c157 # undef PyArg_ParseTuple
168 # define PyArg_ParseTuple dll_PyArg_ParseTuple macro
H A Dif_python3.c140 # undef PyArg_ParseTuple
141 # define PyArg_ParseTuple py3_PyArg_ParseTuple macro