Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_write
Method · 0.45
seek
Method · 0.45
read_generic
Method · 0.45
read_all
Method · 0.45
readinto_generic
Method · 0.45
truncate
Method · 0.45
peek
Method · 0.45
read1
Method · 0.45
Calls
6
io_closed_error
Function · 0.85
Err
Class · 0.50
contains
Method · 0.45
lock
Method · 0.45
call_method
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected