Lines Matching refs:el
20 def __init__(self, el, txt): argument
21 self.el = el
41 for el in lictree[d].traverse():
42 if not os.path.isfile(el.path):
46 for l in open(el.path).readlines():
50 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
67 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %excid)
197 for el in tree.traverse():
200 if el.path.startswith("LICENSES"):
202 if el.path.find("license-rules.rst") >= 0:
204 if not os.path.isfile(el.path):
206 with open(el.path, 'rb') as fd:
207 parser.parse_lines(fd, args.maxlines, el.path)
240 if se.el:
241 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt))