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

Function _get_tcl_lib_path

crates/stdlib/src/tkinter.rs:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18 #[cfg(windows)]
19 fn _get_tcl_lib_path() -> String {
20 // TODO: fix packaging
21 String::from(r"C:\ActiveTcl\lib")
22 }
23
24 #[pyattr(name = "TclError", once)]
25 fn tcl_error(vm: &VirtualMachine) -> PyTypeRef {

Callers 1

createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected