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

Method to_usize

crates/stdlib/src/lzma.rs:676–678  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

674 const EOF: Self = Status::StreamEnd;
675
676 fn to_usize(self) -> usize {
677 self as usize
678 }
679 }
680
681 impl CompressFlushKind for Action {

Callers 4

recv_intoMethod · 0.45
recvfromMethod · 0.45
recvfrom_intoMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected