sqlalchemy.testing.assertsql.SQLCursorExecuteObserved
sqlalchemy
testing
assertsql
SQLCursorExecuteObserved
class SQLCursorExecuteObserved(collections.namedtuple('SQLCursorExecuteObserved', ['statement', 'parameters', 'context', 'executemany'])):
View In Hierarchy
Undocumented