Home
last modified time | relevance | path

Searched refs:ignoresep (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/c-analyzer/c_common/
Dstrutil.py11 def parse_entries(entries, *, ignoresep=None): argument
13 if ignoresep and ignoresep in entry:
Dtables.py165 for line, filename in strutil.parse_entries(entries, ignoresep=sep):