Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ interpreter
Function
interpreter
src/lib.rs:375–377 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
373
use rustpython_vm::Interpreter;
374
375
fn interpreter() -> Interpreter {
376
InterpreterBuilder::new().init_stdlib().interpreter()
377
}
378
379
#[test]
380
fn test_run_script() {
Callers
1
test_run_script
Function · 0.85
Calls
3
new
Function · 0.85
init_stdlib
Method · 0.80
interpreter
Method · 0.45
Tested by
1
test_run_script
Function · 0.68