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

Method __exit__

crates/stdlib/src/multiprocessing.rs:261–263  ·  view source on GitHub ↗
(&self, _args: FuncArgs, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

259
260 #[pymethod]
261 fn __exit__(&self, _args: FuncArgs, vm: &VirtualMachine) -> PyResult<()> {
262 self.release(vm)
263 }
264
265 #[pyclassmethod(name = "_rebuild")]
266 fn rebuild(

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected