Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tell
Method
tell
crates/stdlib/src/mmap.rs:1353–1355 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1351
1352
#[pymethod]
1353
fn tell(&self) -> PyResult<usize> {
1354
Ok(self.pos())
1355
}
1356
1357
#[pymethod]
1358
fn write(&self, bytes: ArgBytesLike, vm: &VirtualMachine) -> PyResult<PyIntRef> {
Callers
nothing calls this directly
Calls
1
pos
Method · 0.45
Tested by
no test coverage detected