Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_junction
Method
is_junction
crates/vm/src/stdlib/os.rs:851–853 ·
view source on GitHub ↗
(&self, _vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
849
#[cfg(not(windows))]
850
#[pymethod]
851
const fn is_junction(&self, _vm: &VirtualMachine) -> PyResult<bool> {
852
Ok(false)
853
}
854
855
#[cfg(windows)]
856
#[pymethod]
Callers
nothing calls this directly
Calls
2
exists
Function · 0.50
clone
Method · 0.45
Tested by
no test coverage detected