Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c8745 PyObject *py_cls_meth; in pyrna_register_class() local
8856 switch (_PyObject_LookupAttr(py_class, bpy_intern_str_register, &py_cls_meth)) { in pyrna_register_class()
8858 PyObject *ret = PyObject_CallObject(py_cls_meth, NULL); in pyrna_register_class()
8859 Py_DECREF(py_cls_meth); in pyrna_register_class()
8920 PyObject *py_cls_meth; in pyrna_unregister_class() local
8964 switch (_PyObject_LookupAttr(py_class, bpy_intern_str_unregister, &py_cls_meth)) { in pyrna_unregister_class()
8966 PyObject *ret = PyObject_CallObject(py_cls_meth, NULL); in pyrna_unregister_class()
8967 Py_DECREF(py_cls_meth); in pyrna_unregister_class()