Searched refs:get_path (Results 1 – 3 of 3) sorted by relevance
9 f = open(Log.get_path(name), 'r', encoding=encoding, errors='ignore')22 def get_path(name=UNIT_LOG): member in Log
764 def get_path(): function774 sys_path = get_path()777 assert ['/blah', *sys_path] == get_path(), 'check path'780 assert ['/new', *sys_path] == get_path(), 'check path update'787 ] == get_path(), 'check path array'
181 with open(Log.get_path(), 'r') as f:502 path = Log.get_path()744 print('Path to unit.log:\n' + Log.get_path() + '\n')