MCPcopy Index your code
hub / github.com/RustPython/RustPython / interpreter.rs

File interpreter.rs

src/interpreter.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use rustpython_vm::InterpreterBuilder;
2
3/// Extension trait for InterpreterBuilder to add rustpython-specific functionality.
4pub trait InterpreterBuilderExt {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected