Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ format
Method
format
crates/stdlib/src/pystruct.rs:255–257 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
253
impl PyStruct {
254
#[pygetset]
255
fn format(&self) -> PyStrRef {
256
self.format.clone()
257
}
258
259
#[pygetset]
260
#[inline]
Callers
1
format_asn1_time
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected