Searched refs:with_python_scope (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | compiler.py | 457 def leave_frame(self, frame, with_python_scope=False): argument 458 if not with_python_scope: 545 self.leave_frame(frame, with_python_scope=True) 728 self.leave_frame(frame, with_python_scope=True) 774 self.leave_frame(block_frame, with_python_scope=True) 1033 self.leave_frame(test_frame, with_python_scope=True) 1098 loop_frame, with_python_scope=node.recursive and not node.else_
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A 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
|