Searched refs:FunctionConstructor (Results 1 – 3 of 3) sorted by relevance
2734 cb.append(">> FunctionConstructor")2735 cb.append(">>> FunctionConstructor")3416 >> FunctionConstructor3417 >>> FunctionConstructor
2922 cb.append(">> FunctionConstructor")2923 cb.append(">>> FunctionConstructor")3604 >> FunctionConstructor3605 >>> FunctionConstructor
3013 FunctionConstructor(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) in FunctionConstructor() function6652 FunctionType.tp_new = (newfunc)FunctionConstructor; in init_structs()