rows (which are most).
As of SQLAlchemy 1.4, the :meth:`_orm.Query.yield_per` method is
- equivalent to using the ``yield_per`` execution option at the ORM level.
- See the section :ref:`orm_queryguide_yield_per` for further background
- on this option.
+ equivalent to using the ``yield_per`` execution option at the ORM
+ level. See the section :ref:`orm_queryguide_yield_per` for further
+ background on this option.
"""
self.load_options += {"_yield_per": count}
as they are loaded, or reused from the current :class:`.Session`.
As of SQLAlchemy 1.4, the :meth:`_orm.Query.populate_existing` method
- is equivalent to using the ``populate_existing`` execution option at the
- ORM level. See the section :ref:`orm_queryguide_populate_existing` for
- further background on this option.
+ is equivalent to using the ``populate_existing`` execution option at
+ the ORM level. See the section :ref:`orm_queryguide_populate_existing`
+ for further background on this option.
"""
self.load_options += {"_populate_existing": True}