class documentation
class BabelIterator(ABC, Generic[T]):
Known subclasses: babelnet.iterators.iter_impl.BabelIteratorImpl
Abstract iterator over BabelNet's content
Method | has |
function that returns true if the iterator has still another element to continue the iteration with. |
Method | __iter__ |
Undocumented |
Method | __next__ |
Undocumented |
overridden in
babelnet.iterators.iter_impl.BabelIteratorImpl
function that returns true if the iterator has still another element to continue the iteration with.
Returns | |
bool | true if there is another element, false otherwise |