MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / foo

Method foo

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

Source from the content-addressed store, hash-verified

851 metadata = MetaData()
852
853 def foo(ctx):
854 return 12
855
856 table = Table(
857 "sometable",

Calls

no outgoing calls

Tested by

no test coverage detected