Blender  V3.3
Functions | Variables
BPy_TrueUP0D.cpp File Reference
#include "BPy_TrueUP0D.h"

Go to the source code of this file.

Functions

static int TrueUP0D___init__ (BPy_TrueUP0D *self, PyObject *args, PyObject *kwds)
 

Variables

static char TrueUP0D___doc__ []
 
PyTypeObject TrueUP0D_Type
 

Function Documentation

◆ TrueUP0D___init__()

static int TrueUP0D___init__ ( BPy_TrueUP0D self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 31 of file BPy_TrueUP0D.cpp.

Variable Documentation

◆ TrueUP0D___doc__

char TrueUP0D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryPredicate0D` > :class:`TrueUP0D`\n"
"\n"
".. method:: __call__(it)\n"
"\n"
" Always returns true.\n"
"\n"
" :arg it: An Interface0DIterator object.\n"
" :type it: :class:`freestyle.types.Interface0DIterator`\n"
" :return: True.\n"
" :rtype: bool\n"

Definition at line 19 of file BPy_TrueUP0D.cpp.

◆ TrueUP0D_Type

PyTypeObject TrueUP0D_Type

Definition at line 44 of file BPy_TrueUP0D.cpp.

Referenced by UnaryPredicate0D_Init().