Lines Matching refs:with_context
241 node.with_context = next(self.stream).value == 'with'244 node.with_context = default274 node.with_context = next(self.stream).value == 'with'299 if not hasattr(node, 'with_context'):300 node.with_context = False