MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / run_zimports

Method run_zimports

lib/sqlalchemy/util/tool_support.py:64–71  ·  view source on GitHub ↗
(self, tempfile: str)

Source from the content-addressed store, hash-verified

62 )
63
64 def run_zimports(self, tempfile: str) -> None:
65 self._run_console_script(
66 str(tempfile),
67 {
68 "entrypoint": "zimports",
69 "options": f"--toml-config {self.pyproject_toml_path}",
70 },
71 )
72
73 def run_black(self, tempfile: str) -> None:
74 self._run_console_script(

Callers 3

mainFunction · 0.80
run_moduleFunction · 0.80
run_moduleFunction · 0.80

Calls 1

_run_console_scriptMethod · 0.95

Tested by

no test coverage detected