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

Method getvar

crates/stdlib/src/tkinter.rs:306–309  ·  view source on GitHub ↗
(&self, args: TkAppGetVarArgs, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

304
305 #[pymethod]
306 fn getvar(&self, args: TkAppGetVarArgs, vm: &VirtualMachine) -> PyResult<PyObjectRef> {
307 self.var_invoke();
308 self.inner_getvar(args, tk_sys::TCL_LEAVE_ERR_MSG, vm)
309 }
310
311 #[pymethod]
312 fn globalgetvar(

Callers

nothing calls this directly

Calls 2

var_invokeMethod · 0.80
inner_getvarMethod · 0.80

Tested by

no test coverage detected