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