def getChillFilePath(self, target_year, test_file=False): return chillFilepath(target_year, test_file)
def __init__(self, target_year, mode='r', test_file=False, **kwargs): if 'filepath' in kwargs: filepath = kwargs['filepath'] else: filepath = chillFilepath(target_year, test_file) AppleGridFileManager.__init__(self, target_year, filepath, mode)