MCPcopy 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_timeFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected