Go to the source code of this file.
|
| | PyDoc_STRVAR (TrueUP0D___doc__, "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") |
| |
| static int | TrueUP0D___init__ (BPy_TrueUP0D *self, PyObject *args, PyObject *kwds) |
| |
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
TrueUP0D___doc__ | , |
|
|
"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" | ) |
◆ TrueUP0D___init__()
| static int TrueUP0D___init__ |
( |
BPy_TrueUP0D * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwds ) |
|
static |
◆ TrueUP0D_Type
| PyTypeObject TrueUP0D_Type |