MCPcopy Create free account
hub / github.com/RustPython/RustPython / new

Method new

src/shell/helper.rs:57–59  ·  view source on GitHub ↗
(vm: &'vm VirtualMachine, globals: PyDictRef)

Source from the content-addressed store, hash-verified

55
56impl<'vm> ShellHelper<'vm> {
57 pub const fn new(vm: &'vm VirtualMachine, globals: PyDictRef) -> Self {
58 ShellHelper { vm, globals }
59 }
60
61 fn get_available_completions<'w>(
62 &self,

Callers 1

stdlib_hashlib.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected