Blender V4.3
BPy_Iterator.h File Reference
#include <Python.h>
#include "../system/Iterator.h"

Go to the source code of this file.

Classes

struct  BPy_Iterator
 

Macros

#define BPy_Iterator_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&Iterator_Type))
 

Functions

int Iterator_Init (PyObject *module)
 

Variables

PyTypeObject Iterator_Type
 

Macro Definition Documentation

◆ BPy_Iterator_Check

#define BPy_Iterator_Check ( v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&Iterator_Type))

Definition at line 25 of file BPy_Iterator.h.

Referenced by convert_nested_it().

Function Documentation

◆ Iterator_Init()

Variable Documentation

◆ Iterator_Type

PyTypeObject Iterator_Type
extern

Definition at line 219 of file BPy_Iterator.cpp.

Referenced by Iterator_Init().