Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c678 py3_PyType_HasFeature(PyTypeObject *type, unsigned long feature) in py3_PyType_HasFeature() function
682 # define PyType_HasFeature(t,f) py3_PyType_HasFeature(t,f)