Lines Matching full:none
38 def __init__(self, path, root="", verboseLog=None):
78 if self._htmlReport is None:
113 def get(self, key, default=None):
117 def __init__(self, verboseLog=None, rootA="", rootB=""):
136 self.clang_version = None
148 if self.clang_version == None:
168 htmlFiles = [None] * len(data['diagnostics'])
215 each element {a,b} is None or an element from the respective run, and
217 and None is used if either element is None).
250 res.append((a, None, None))
252 res.append((None, b, None))
265 auxLog = None
271 if a is None:
277 elif b is None:
315 help="Write additional information to LOG [default=None]",
316 action="store", type=str, default=None,