Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getvar
Method · 0.80
globalgetvar
Method · 0.80
Calls
1
Some
Class · 0.50
Tested by
no test coverage detected