Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
81
def
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.py
File · 0.70
builtin_float.py
File · 0.70
builtin_complex.py
File · 0.70
builtin_exec.py
File · 0.70
f
Function · 0.70
syntax_function_args.py
File · 0.70
syntax_try.py
File · 0.70
builtins_module.py
File · 0.70
syntax_global_nonlocal.py
File · 0.70
_run_missing_type_params_regression
Function · 0.70
raisesSyntaxError
Function · 0.70
syntax_function2.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected