MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __iter__

Method __iter__

lib/sqlalchemy/sql/lambdas.py:1401–1403  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1399 return self._sa__add_getter(key, operator.attrgetter)
1400
1401 def __iter__(self):
1402 elem = object.__getattribute__(self, "_to_evaluate")
1403 return iter(elem)
1404
1405 def __getitem__(self, key):
1406 elem = object.__getattribute__(self, "_to_evaluate")

Callers

nothing calls this directly

Calls 1

__getattribute__Method · 0.45

Tested by

no test coverage detected