Go to the source code of this file.
|
| | PyDoc_STRVAR (FalseUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`FalseUP1D`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Always returns false.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n") |
| |
| static int | FalseUP1D___init__ (BPy_FalseUP1D *self, PyObject *args, PyObject *kwds) |
| |
◆ FalseUP1D___init__()
| static int FalseUP1D___init__ |
( |
BPy_FalseUP1D * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwds ) |
|
static |
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
FalseUP1D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , |
|
|
:class:`FalseUP1D`\n" "\n" ".. method::__call__(inter)\n" "\n" " Always returns false.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:False.\n" " :rtype:bool\n" | ) |
◆ FalseUP1D_Type
| PyTypeObject FalseUP1D_Type |