Home
last modified time | relevance | path

Searched refs:PyObject_IsTrue (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h1675 int istrue = PyObject_IsTrue(valObject); in DictionarySetattr()
2891 int istrue = PyObject_IsTrue(valObject); in ListSetattr()
3073 auto_rebind = PyObject_IsTrue(autoRebindObject); in FunctionConstructor()
3630 int istrue = PyObject_IsTrue(valObject); in OptionsAssItem()
H A Dif_python.c286 # define PyObject_IsTrue dll_PyObject_IsTrue macro
H A Dif_python3.c196 # define PyObject_IsTrue py3_PyObject_IsTrue macro
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt15854 Problem: No check if PyObject_IsTrue fails.