Searched refs:dot_file (Results 1 – 4 of 4) sorted by relevance
37 print("Opening and parsing the dot file %s" % params.dot_file)39 monitor=dot2k(params.dot_file, params.monitor_type, vars(params))
47 dot_file = open(self.__dot_path)51 dot_lines = dot_file.read().splitlines()52 dot_file.close()
25 d = dot2c.Dot2c(args.dot_file)
101 local dot_file="${tmp_dir}/main.dot"