Go to the source code of this file.
|
| | PyDoc_STRVAR (FalseUP0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate0D` > :class:`FalseUP0D`\n" "\n" ".. method:: __call__(it)\n" "\n" " Always returns false.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: False.\n" " :rtype: bool\n") |
| |
| static int | FalseUP0D___init__ (BPy_FalseUP0D *self, PyObject *args, PyObject *kwds) |
| |
◆ FalseUP0D___init__()
| static int FalseUP0D___init__ |
( |
BPy_FalseUP0D * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwds ) |
|
static |
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
FalseUP0D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryPredicate0D` | , |
|
|
:class:`FalseUP0D`\n" "\n" ".. method::__call__(it)\n" "\n" " Always returns false.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:False.\n" " :rtype:bool\n" | ) |
◆ FalseUP0D_Type
| PyTypeObject FalseUP0D_Type |