In the last answer interpreter catch an error:
AttributeError: 'Query' object has no attribute 'fetch'
I change fetch(10) to limit(10)
crData = session.query(crTable.c).offset(10).limit(10)