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

Method write

test/sql/test_metadata.py:152–153  ·  view source on GitHub ↗
(c, t)

Source from the content-addressed store, hash-verified

150 msgs = []
151
152 def write(c, t):
153 msgs.append("attach %s.%s" % (t.name, c.name))
154
155 c1 = Column("foo", String())
156 m = MetaData()

Callers 12

process_functionsFunction · 0.45
process_moduleFunction · 0.45
run_operationFunction · 0.45
instrumentFunction · 0.45
makepropFunction · 0.45
process_moduleFunction · 0.45
_writeMethod · 0.45
_engine_uriFunction · 0.45
_cachedirMethod · 0.45
write_statusMethod · 0.45
dumpMethod · 0.45
workerFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected