(&self, args: TkAppGetVarArgs, vm: &VirtualMachine)
| 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( |
nothing calls this directly
no test coverage detected