Searched refs:FunctionType (Results 1 – 5 of 5) sorted by relevance
2944 static PyTypeObject FunctionType; variable6258 else if (PyType_IsSubtype(obj->ob_type, &FunctionType)) in _ConvertFromPyObject()6643 CLEAR_FIELD(FunctionType); in init_structs()6644 FunctionType.tp_name = "vim.function"; in init_structs()6645 FunctionType.tp_basicsize = sizeof(FunctionObject); in init_structs()6647 FunctionType.tp_call = (ternaryfunc)FunctionCall; in init_structs()6650 FunctionType.tp_methods = FunctionMethods; in init_structs()6651 FunctionType.tp_repr = (reprfunc)FunctionRepr; in init_structs()6652 FunctionType.tp_new = (newfunc)FunctionConstructor; in init_structs()6709 PYTYPE_READY(FunctionType); in init_types()[all …]
158 if type(func_obj) in [types.FunctionType, types.LambdaType,types.MethodType]:
175 if type(func_obj) in [types.FunctionType, types.LambdaType]:
560 …syn keyword postscrConstant contained FunctionType Domain Range Order BitsPerSample Encode Size …
15805 Solution: Add the iterators. Also fix name of FunctionType. Add tests for