Cursor
- class rolumns.Cursor(group: Optional[Union[Group, str]] = None, parent: Optional[Cursor] = None)[source]
A read-only cursor over iterable records.
group
describes how records should be resolved. Pass a string to imply aByPath
grouping.parent
describes this cursor’s parent, if any.- property current: Any
Current record.