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

Method layout

crates/literal/src/escape.rs:260–262  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

258 }
259
260 fn layout(&self) -> &EscapeLayout {
261 &self.layout
262 }
263
264 unsafe fn write_source(&self, formatter: &mut impl core::fmt::Write) -> core::fmt::Result {
265 formatter.write_str(unsafe {

Callers 6

repr_with_nameMethod · 0.45
repr_bytesMethod · 0.45
changedMethod · 0.45
writeMethod · 0.45
to_stringMethod · 0.45
write_body_slowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected