Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h2947 FunctionNew(&FunctionType, (name), (argc), (argv), (self), (pt_auto))
2950 FunctionNew(PyTypeObject *subtype, char_u *name, int argc, typval_T *argv, in FunctionNew() function
3093 self = FunctionNew(subtype, name, argc, argv, selfdict, auto_rebind); in FunctionConstructor()
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2742 cb.append(">>> FunctionNew")
3424 >>> FunctionNew
H A Dtest_python3.vim2930 cb.append(">>> FunctionNew")
3612 >>> FunctionNew