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

Function main

example_projects/frozen_stdlib/src/main.rs:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36fn main() {
37 interpreter_with_config();
38 interpreter_with_vm();
39}

Callers

nothing calls this directly

Calls 2

interpreter_with_configFunction · 0.85
interpreter_with_vmFunction · 0.85

Tested by

no test coverage detected