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

Method var_invoke

crates/stdlib/src/tkinter.rs:256–260  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254 }
255
256 fn var_invoke(&self) {
257 if self.threaded && self.thread_id != Some(unsafe { tk_sys::Tcl_GetCurrentThread() }) {
258 // TODO: do stuff
259 }
260 }
261
262 fn inner_getvar(
263 &self,

Callers 2

getvarMethod · 0.80
globalgetvarMethod · 0.80

Calls 1

SomeClass · 0.50

Tested by

no test coverage detected