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

Method detach

crates/vm/src/stdlib/_io.rs:779–781  ·  view source on GitHub ↗
(zelf: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

777
778 #[pymethod]
779 fn detach(zelf: PyObjectRef, vm: &VirtualMachine) -> PyResult {
780 _unsupported(vm, &zelf, "detach")
781 }
782 }
783
784 // TextIO Base has no public constructor

Callers

nothing calls this directly

Calls 7

_unsupportedFunction · 0.85
flush_innerFunction · 0.85
noneMethod · 0.80
ErrClass · 0.50
lockMethod · 0.45
is_noneMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected