Home
last modified time | relevance | path

Searched refs:pyrna_func_doc_get (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c4792 static PyObject *pyrna_func_doc_get(BPy_FunctionRNA *self, void *closure);
4795 {"__doc__", (getter)pyrna_func_doc_get, (setter)NULL, NULL, NULL},
6378 static PyObject *pyrna_func_doc_get(BPy_FunctionRNA *self, void *UNUSED(closure)) in pyrna_func_doc_get() function