Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c262 # define Py_FindMethod dll_Py_FindMethod macro
1190 return Py_FindMethod(OutputMethods, self, name); in OutputGetattr()
1250 return Py_FindMethod(BufferMethods, self, name); in BufferGetattr()
1294 return Py_FindMethod(RangeMethods, self, name); in RangeGetattr()
1334 return Py_FindMethod(TabPageMethods, self, name); in TabPageGetattr()
1354 return Py_FindMethod(WindowMethods, self, name); in WindowGetattr()
1499 return Py_FindMethod(DictionaryMethods, self, name); in DictionaryGetattr()
1510 return Py_FindMethod(ListMethods, self, name); in ListGetattr()
1523 return Py_FindMethod(FunctionMethods, self, name); in FunctionGetattr()
H A Dif_py_both.h5552 return Py_FindMethod(WindowMethods, self, name); in CurrentGetattr()