Blender V4.3
BPy_PropDeferred Struct Reference

#include <bpy_props.hh>

Public Attributes

PyObject_HEAD void * fn
 
PyObject * kw
 

Detailed Description

Definition at line 22 of file bpy_props.hh.

Member Data Documentation

◆ fn

PyObject_HEAD void* BPy_PropDeferred::fn

Internally a #PyCFunctionObject type.

Note
This isn't GC tracked, it's a function from bpy.props so it's not going away.

Definition at line 28 of file bpy_props.hh.

◆ kw

PyObject* BPy_PropDeferred::kw

Definition at line 29 of file bpy_props.hh.


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