MCPcopy
hub / github.com/sqlalchemy/alembic / _generate_template

Method _generate_template

alembic/script/base.py:575–579  ·  view source on GitHub ↗
(self, src: Path, dest: Path, **kw: Any)

Source from the content-addressed store, hash-verified

573 )
574
575 def _generate_template(self, src: Path, dest: Path, **kw: Any) -> None:
576 with util.status(
577 f"Generating {dest.absolute()}", **self.messaging_opts
578 ):
579 util.template_to_file(src, dest, self.output_encoding, **kw)
580
581 def _copy_file(self, src: Path, dest: Path) -> None:
582 with util.status(

Callers 2

initFunction · 0.95
generate_revisionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected