Home | History | Annotate | Download | only in definition-tool

Lines Matching refs:csv_file

1241     def __init__(self, csv_file=None):
1244 if csv_file:
1245 reader = csv.reader(csv_file)
1263 with open(path, 'r') as csv_file:
1264 return LibProperties(csv_file)