MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / main

Function main

tools/generate_proxy_methods.py:428–438  ·  view source on GitHub ↗
(cmd: code_writer_cmd)

Source from the content-addressed store, hash-verified

426
427
428def main(cmd: code_writer_cmd) -> None:
429 from sqlalchemy import util
430 from sqlalchemy.util import langhelpers
431
432 util.create_proxy_methods = langhelpers.create_proxy_methods = (
433 create_proxy_methods
434 )
435
436 for entry in entries:
437 if cmd.args.module in {"all", entry}:
438 run_module(entry, cmd)
439
440
441entries = [

Callers 1

Calls 1

run_moduleFunction · 0.70

Tested by

no test coverage detected