Lines Matching refs:el
21 def __init__(self, el, txt):
22 self.el = el
58 for el in lictree[d].traverse():
59 if not os.path.isfile(el.path):
63 for l in open(el.path, encoding="utf-8").readlines():
67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
84 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
300 for el in tree.traverse():
301 if not os.path.isfile(el.path):
303 if exclude_file(el.path):
306 with open(el.path, 'rb') as fd:
307 parser.parse_lines(fd, args.maxlines, el.path)
362 if se.el:
363 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt))