MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / SimpleCustomer

Class SimpleCustomer

examples/performance/large_resultsets.py:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 # going to do this, so see how this pushes you right back into
185 # ORM land anyway :)
186 class SimpleCustomer:
187 def __init__(self, id_, name, description):
188 self.id_ = id_
189 self.name = name
190 self.description = description
191
192 sql = str(compiled)
193

Callers 1

_test_dbapi_rawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected