MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / foo

Method foo

test/sql/test_insert.py:869–870  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

867 metadata = MetaData()
868
869 def foo(ctx):
870 return 12
871
872 table = Table(
873 "sometable",

Calls

no outgoing calls

Tested by

no test coverage detected