Searched refs:command_guide_path (Results 1 – 2 of 2) sorted by relevance
238 command_guide_path = os.path.join(basedir, command_guide_subpath) variable243 with open(os.path.join(command_guide_path, name)) as f:258 with open(os.path.join(command_guide_path, name)) as f:275 for name in os.listdir(command_guide_path):
237 command_guide_path = os.path.join(basedir, command_guide_subpath) variable238 for name in os.listdir(command_guide_path):245 with open(os.path.join(command_guide_path, name)) as f: