Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BPy_Iterator.cpp
| Context not available. | |||||
| } | } | ||||
| PyDoc_STRVAR(Iterator_is_begin_doc, | PyDoc_STRVAR(Iterator_is_begin_doc, | ||||
| "True if the interator points the first element.\n" | "True if the iterator points to the first element.\n" | ||||
| "\n" | "\n" | ||||
| ":type: bool"); | ":type: bool"); | ||||
| Context not available. | |||||
| } | } | ||||
| PyDoc_STRVAR(Iterator_is_end_doc, | PyDoc_STRVAR(Iterator_is_end_doc, | ||||
| "True if the interator points the last element.\n" | "True if the iterator points to the last element.\n" | ||||
| "\n" | "\n" | ||||
| ":type: bool"); | ":type: bool"); | ||||
| Context not available. | |||||