Searched refs:in_f (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/ply/ply/
H A Dyacc.py1851 in_f = open(filename,"rb")
1853 tabversion = pickle.load(in_f)
1856 self.lr_method = pickle.load(in_f)
1857 signature = pickle.load(in_f)
1858 self.lr_action = pickle.load(in_f)
1859 self.lr_goto = pickle.load(in_f)
1860 productions = pickle.load(in_f)
1866 in_f.close()

Completed in 14 milliseconds