MCPcopy Index your code
hub / github.com/RustPython/RustPython / exec

Function exec

extra_tests/snippets/testutils.py:82–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81def skip_if_unsupported(req_maj_vers, req_min_vers, test_fct):
82 def exec():
83 test_fct()
84
85 if platform.python_implementation() == "RustPython":
86 exec()

Callers 15

import.pyFile · 0.70
builtin_float.pyFile · 0.70
builtin_complex.pyFile · 0.70
builtin_exec.pyFile · 0.70
fFunction · 0.70
syntax_try.pyFile · 0.70
builtins_module.pyFile · 0.70
raisesSyntaxErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected