Searched refs:with_source (Results 1 – 1 of 1) sorted by relevance
18 def __init__(self, with_source): argument21 self.with_source = with_source24 if self.with_source:29 if self.with_source or not self.stack:44 if self.with_source:238 def DumpValues(self, with_source): argument239 _DumpVisitor(with_source).VisitNode(self)