MCPcopy Index your code
hub / github.com/aws/aws-cli / read_file_lines

Method read_file_lines

backends/build_system/utils.py:217–218  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

215 os.symlink(src, dst)
216
217 def read_file_lines(self, path: str) -> List[str]:
218 return open(path).readlines()
219
220 def write_file(self, path: str, content: str):
221 with open(path, "w") as f:

Callers 2

_update_script_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected