MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / run

Function run

tools/cython_imports.py:63–68  ·  view source on GitHub ↗
(cmd: code_writer_cmd)

Source from the content-addressed store, hash-verified

61
62
63def run(cmd: code_writer_cmd):
64 i = 0
65 for file in sa_path.glob("**/*_cy.py"):
66 run_file(cmd, file)
67 i += 1
68 cmd.write_status(f"\nDone. Processed {i} files.")
69
70
71if __name__ == "__main__":

Callers 2

cython_imports.pyFile · 0.70
_get_reflection_infoMethod · 0.50

Calls 2

write_statusMethod · 0.80
run_fileFunction · 0.70

Tested by

no test coverage detected