def __init__()

in 5-appinfra/modules/hpc-monte-carlo-infra/mc_run.py [0:0]


    def __init__(self):
        self.ticker = FLAGS.ticker_list[FLAGS.ticker_index]
        self.start_date = FLAGS.start_date
        self.end_date = f'{(datetime.strptime(FLAGS.start_date,"%Y-%m-%d") + timedelta(days = FLAGS.calendar_days)).date()}'
        self.calendar_days = FLAGS.calendar_days
        self.epoch_time = FLAGS.epoch_time
        self.bucket_name = FLAGS.bucket_name
        self.iteration = 1