Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2734 cb.append(">> FunctionConstructor")
2735 cb.append(">>> FunctionConstructor")
3416 >> FunctionConstructor
3417 >>> FunctionConstructor
H A Dtest_python3.vim2922 cb.append(">> FunctionConstructor")
2923 cb.append(">>> FunctionConstructor")
3604 >> FunctionConstructor
3605 >>> FunctionConstructor
/vim-8.2.3635/src/
H A Dif_py_both.h3013 FunctionConstructor(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) in FunctionConstructor() function
6652 FunctionType.tp_new = (newfunc)FunctionConstructor; in init_structs()