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

Method p

crates/codegen/src/unparse.rs:36–38  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

34 }
35
36 fn p(&mut self, s: &str) -> fmt::Result {
37 self.f.write_str(s)
38 }
39
40 fn p_id(&mut self, s: &ast::Identifier) -> fmt::Result {
41 self.f.write_str(s.as_str())

Callers 7

unparse_exprMethod · 0.45
unparse_argumentsMethod · 0.45
unparse_compMethod · 0.45
unparse_formattedMethod · 0.45
unparse_fstring_strMethod · 0.45
unparse_fstringMethod · 0.45
unparse_tstringMethod · 0.45

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected