Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h3017 PyObject *autoRebindObject; in FunctionConstructor() local
3070 autoRebindObject = PyDict_GetItemString(kwargs, "auto_rebind"); in FunctionConstructor()
3071 if (autoRebindObject != NULL) in FunctionConstructor()
3073 auto_rebind = PyObject_IsTrue(autoRebindObject); in FunctionConstructor()