return the Mapper associated with the first QueryEntity.
(self)
| 1597 | return None |
| 1598 | |
| 1599 | def _mapper_zero(self): |
| 1600 | """return the Mapper associated with the first QueryEntity.""" |
| 1601 | return self._entities[0].mapper |
| 1602 | |
| 1603 | def _entity_zero(self): |
| 1604 | """Return the 'entity' (mapper or AliasedClass) associated |
no outgoing calls