Searched refs:json_file_path (Results 1 – 3 of 3) sorted by relevance
39 def load_json(json_file_path: Path, verbose = False) -> dict[str, set[int]]:41 with open(json_file_path) as f:44 root_dir = json_file_path.absolute().parent
55 def edit_content(json_file_path): argument60 subprocess.check_call([editor, json_file_path])
545 [Arguments] ${json_file_path}547 # json_file_path Where the inventory file is written to.553 Run python -m json.tool ${json_tmp_file_path} > ${json_file_path}554 OperatingSystem.File Should Exist ${json_file_path}555 ... msg=File ${json_file_path} does not exist.