Searched refs:with_python_scope (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/jinja2/ |
D | compiler.py | 494 def leave_frame(self, frame, with_python_scope=False): argument 495 if not with_python_scope: 582 self.leave_frame(frame, with_python_scope=True) 775 self.leave_frame(frame, with_python_scope=True) 823 self.leave_frame(block_frame, with_python_scope=True) 1116 self.leave_frame(test_frame, with_python_scope=True) 1183 loop_frame, with_python_scope=node.recursive and not node.else_
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | compiler.py | 492 def leave_frame(self, frame, with_python_scope=False): argument 493 if not with_python_scope: 577 self.leave_frame(frame, with_python_scope=True) 755 self.leave_frame(frame, with_python_scope=True) 800 self.leave_frame(block_frame, with_python_scope=True) 1063 self.leave_frame(test_frame, with_python_scope=True) 1126 self.leave_frame(loop_frame, with_python_scope=node.recursive
|
/third_party/jinja2/ |
D | compiler.py | 597 def leave_frame(self, frame: Frame, with_python_scope: bool = False) -> None: 598 if not with_python_scope: 689 self.leave_frame(frame, with_python_scope=True) 889 self.leave_frame(frame, with_python_scope=True) 936 self.leave_frame(block_frame, with_python_scope=True) 1200 self.leave_frame(test_frame, with_python_scope=True) 1265 loop_frame, with_python_scope=node.recursive and not node.else_
|