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);
45# pragma clang diagnostic push
46# pragma clang diagnostic ignored "-Wcast-function-type"
48# pragma GCC diagnostic push
49# pragma GCC diagnostic ignored "-Wcast-function-type"
57 bpy_rna_uilayout_introspect_doc,
62# pragma clang diagnostic pop
64# pragma GCC diagnostic pop
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
Read Guarded memory(de)allocation.
const char * UI_layout_introspect(uiLayout *layout)
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