Go to the source code of this file.
◆ TrueUP1D___init__()
static int TrueUP1D___init__ |
( |
BPy_TrueUP1D * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
◆ TrueUP1D___doc__
Initial value:=
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`TrueUP1D`\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Always returns true.\n"
"\n"
" :arg inter: An Interface1D object.\n"
" :type inter: :class:`freestyle.types.Interface1D`\n"
" :return: True.\n"
" :rtype: bool\n"
Definition at line 19 of file BPy_TrueUP1D.cpp.
◆ TrueUP1D_Type
PyTypeObject TrueUP1D_Type |