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

Function get_executor

crates/stdlib/src/_opcode.rs:334–340  ·  view source on GitHub ↗
(
        _code: PyObjectRef,
        _offset: i32,
        vm: &VirtualMachine,
    )

Source from the content-addressed store, hash-verified

332
333 #[pyfunction]
334 fn get_executor(
335 _code: PyObjectRef,
336 _offset: i32,
337 vm: &VirtualMachine,
338 ) -> PyResult<PyObjectRef> {
339 Ok(vm.ctx.none())
340 }
341
342 #[pyfunction]
343 fn get_specialization_stats(vm: &VirtualMachine) -> PyObjectRef {

Callers 1

_get_code_arrayFunction · 0.90

Calls 1

noneMethod · 0.80

Tested by

no test coverage detected