Blender V5.0
BPy_FunctionRNA Struct Reference

#include <bpy_rna.hh>

Public Attributes

PyObject_HEAD std::optional< PointerRNAptr
FunctionRNAfunc
vectorcallfunc vectorcall

Detailed Description

Definition at line 185 of file bpy_rna.hh.

Member Data Documentation

◆ func

FunctionRNA* BPy_FunctionRNA::func

Definition at line 192 of file bpy_rna.hh.

Referenced by pyrna_func_CreatePyObject().

◆ ptr

PyObject_HEAD std::optional<PointerRNA> BPy_FunctionRNA::ptr

Definition at line 191 of file bpy_rna.hh.

Referenced by pyrna_func_CreatePyObject(), and pyrna_func_dealloc().

◆ vectorcall

vectorcallfunc BPy_FunctionRNA::vectorcall

Instance call only. This is always set to pyrna_func_vectorcall. Storing this value is required by the Python C-API (PEP 590).

Definition at line 197 of file bpy_rna.hh.

Referenced by pyrna_func_CreatePyObject().


The documentation for this struct was generated from the following file: