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

Method writable

crates/vm/src/stdlib/_io.rs:480–482  ·  view source on GitHub ↗
(_self: PyObjectRef)

Source from the content-addressed store, hash-verified

478
479 #[pymethod]
480 fn writable(_self: PyObjectRef) -> bool {
481 false
482 }
483
484 #[pymethod]
485 fn isatty(instance: PyObjectRef, vm: &VirtualMachine) -> PyResult<bool> {

Callers 8

valid_writeMethod · 0.45
seekMethod · 0.45
read_genericMethod · 0.45
read_allMethod · 0.45
readinto_genericMethod · 0.45
truncateMethod · 0.45
peekMethod · 0.45
read1Method · 0.45

Calls 6

io_closed_errorFunction · 0.85
ErrClass · 0.50
containsMethod · 0.45
lockMethod · 0.45
call_methodMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected