Go to the source code of this file.
|
| | PyDoc_STRVAR (EqualToChainingTimeStampUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > " ":class:`freestyle.types.EqualToChainingTimeStampUP1D`\n" "\n" ".. method:: __init__(ts)\n" "\n" " Builds a EqualToChainingTimeStampUP1D object.\n" "\n" " :arg ts: A time stamp value.\n" " :type ts: int\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the Interface1D's time stamp is equal to a certain\n" " user-defined value.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True if the time stamp is equal to a user-defined value.\n" " :rtype: bool\n") |
| |
| static int | EqualToChainingTimeStampUP1D___init__ (BPy_EqualToChainingTimeStampUP1D *self, PyObject *args, PyObject *kwds) |
| |
◆ EqualToChainingTimeStampUP1D___init__()
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
EqualToChainingTimeStampUP1D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , |
|
|
" ":class:`freestyle.types.EqualToChainingTimeStampUP1D`\n" "\n" ".. method::__init__(ts)\n" "\n" " Builds a EqualToChainingTimeStampUP1D object.\n" "\n" " :arg ts:A time stamp value.\n" " :type ts:int\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the Interface1D 's time stamp is equal to a certain\n" " user-defined value.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:True if the time stamp is equal to a user-defined value.\n" " :rtype:bool\n" | ) |
◆ EqualToChainingTimeStampUP1D_Type
| PyTypeObject EqualToChainingTimeStampUP1D_Type |