24 bpy_rna_uilayout_introspect_doc,
25 ".. method:: introspect()\n"
27 " Return a list of dictionaries containing a textual representation of the UI layout.\n"
29 " :rtype: list[dict[str, Any]]\n");
38 PyObject *
result = PyRun_String(expr, Py_eval_input, py_dict, py_dict);
47# pragma clang diagnostic push
48# pragma clang diagnostic ignored "-Wcast-function-type"
50# pragma GCC diagnostic push
51# pragma GCC diagnostic ignored "-Wcast-function-type"
59 bpy_rna_uilayout_introspect_doc,
64# pragma clang diagnostic pop
66# 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 list of dictionaries containing a textual representation of the UI layout.\n" "\n" " :rtype: list[dict[str, Any]]\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 std::optional< PointerRNA > ptr