MCPcopy 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_scriptFunction · 0.85

Calls 3

newFunction · 0.85
init_stdlibMethod · 0.80
interpreterMethod · 0.45

Tested by 1

test_run_scriptFunction · 0.68