Searched refs:check_code_execution (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 120 def check_code_execution(self, create_namespace, expected_namespace): member in CodeExecutionMixin 157 self.check_code_execution(create_ns, expected_ns) 183 self.check_code_execution(create_ns, expected_ns) 314 self.check_code_execution(create_ns, expected_ns) 324 self.check_code_execution(create_ns, expected_ns) 355 self.check_code_execution(create_ns, expected_ns) 365 self.check_code_execution(create_ns, expected_ns) 553 self.check_code_execution(create_ns, expected_ns) 633 self.check_code_execution(create_ns, expected_ns) 646 self.check_code_execution(create_ns, expected_ns)
|