Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ LocalFoo
Class
LocalFoo
test/orm/test_query.py:1321–1322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1319
connection.execute(table.insert(), dict(id=ustring, data=ustring))
1320
1321
class
LocalFoo(self.classes.Base):
1322
pass
1323
1324
self.mapper_registry.map_imperatively(LocalFoo, table)
1325
with
Session(connection)
as
sess:
Callers
1
test_unicode
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_unicode
Method · 0.68