24 bpy_rna_uilayout_introspect_doc,
25 ".. method:: introspect()\n"
27 " Return a dictionary containing a textual representation of the UI layout.\n");
36 PyObject *result = PyRun_String(expr, Py_eval_input, py_dict, py_dict);
43#if (defined(__GNUC__) && !defined(__clang__))
44# pragma GCC diagnostic push
45# pragma GCC diagnostic ignored "-Wcast-function-type"
52 bpy_rna_uilayout_introspect_doc,
55#if (defined(__GNUC__) && !defined(__clang__))
56# pragma GCC diagnostic pop
Read Guarded memory(de)allocation.
const char * UI_layout_introspect(uiLayout *layout)
PyDoc_STRVAR(bpy_rna_uilayout_introspect_doc, ".. method:: introspect()\n" "\n" " Return a dictionary containing a textual representation of the UI layout.\n")
PyMethodDef BPY_rna_uilayout_introspect_method_def
static PyObject * bpy_rna_uilayout_introspect(PyObject *self)
void MEM_freeN(void *vmemh)
PyObject * PyC_DefaultNameSpace(const char *filename)
PyObject * PyC_MainModule_Backup()
void PyC_MainModule_Restore(PyObject *main_mod)
PyObject_HEAD PointerRNA ptr