Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c208 # define PyTuple_Size dll_PyTuple_Size macro
H A Dif_python3.c172 # define PyTuple_Size py3_PyTuple_Size macro
H A Dif_py_both.h1620 if (kwargs || PyTuple_Size(args)) in DictionaryConstructor()