Blender V4.3
BPy_ChainingIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_ChainingIterator
 

Macros

#define BPy_ChainingIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type))
 

Variables

PyTypeObject ChainingIterator_Type
 

Macro Definition Documentation

◆ BPy_ChainingIterator_Check

#define BPy_ChainingIterator_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainingIterator_Type))

Definition at line 23 of file BPy_ChainingIterator.h.

Variable Documentation

◆ ChainingIterator_Type