Function with_vm

Source
pub fn with_vm<F, R>(obj: &PyObject, f: F) -> Option<R>
where F: Fn(&VirtualMachine) -> R,