Searched refs:check_code_execution (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 117 def check_code_execution(self, create_namespace, expected_namespace): member in CodeExecutionMixin 154 self.check_code_execution(create_ns, expected_ns) 180 self.check_code_execution(create_ns, expected_ns) 312 self.check_code_execution(create_ns, expected_ns) 322 self.check_code_execution(create_ns, expected_ns) 353 self.check_code_execution(create_ns, expected_ns) 363 self.check_code_execution(create_ns, expected_ns) 551 self.check_code_execution(create_ns, expected_ns) 631 self.check_code_execution(create_ns, expected_ns) 644 self.check_code_execution(create_ns, expected_ns)
|