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

Function main

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

Source from the content-addressed store, hash-verified

414
415
416def main(cmd: code_writer_cmd) -> None:
417 from sqlalchemy import util
418 from sqlalchemy.util import langhelpers
419
420 util.create_proxy_methods = langhelpers.create_proxy_methods = (
421 create_proxy_methods
422 )
423
424 for entry in entries:
425 if cmd.args.module in {"all", entry}:
426 run_module(entry, cmd)
427
428
429entries = [

Callers 1

Calls 1

run_moduleFunction · 0.70

Tested by

no test coverage detected