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

Method interpreter

crates/vm/src/vm/interpreter.rs:270–272  ·  view source on GitHub ↗

Alias for `build()` for compatibility with the `interpreter()` pattern.

(self)

Source from the content-addressed store, hash-verified

268
269 /// Alias for `build()` for compatibility with the `interpreter()` pattern.
270 pub fn interpreter(self) -> Interpreter {
271 self.build()
272 }
273}
274
275impl Default for InterpreterBuilder {

Callers 3

interpreter_with_configFunction · 0.45
runFunction · 0.45
interpreterFunction · 0.45

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected