Searched refs:fnpy_object_type (Results 1 – 3 of 3) sorted by relevance
30 extern PyTypeObject fnpy_object_type139 fnpy_object_type.tp_new = PyType_GenericNew; in gdbpy_initialize_functions()140 if (PyType_Ready (&fnpy_object_type) < 0) in gdbpy_initialize_functions()144 (PyObject *) &fnpy_object_type); in gdbpy_initialize_functions()151 PyTypeObject fnpy_object_type = variable
12889 * python/py-function.c (fnpy_object_type): Make extern.
7486 * python/py-function.c (fnpy_object_type): Use