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

Method p_id

crates/codegen/src/unparse.rs:40–42  ·  view source on GitHub ↗
(&mut self, s: &ast::Identifier)

Source from the content-addressed store, hash-verified

38 }
39
40 fn p_id(&mut self, s: &ast::Identifier) -> fmt::Result {
41 self.f.write_str(s.as_str())
42 }
43
44 fn p_if(&mut self, cond: bool, s: &str) -> fmt::Result {
45 if cond {

Callers 2

unparse_exprMethod · 0.80
unparse_argMethod · 0.80

Calls 2

write_strMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected