MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __iter__

Method __iter__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__getattribute__Method · 0.45

Tested by

no test coverage detected