Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_expr
Method · 0.45
unparse_arguments
Method · 0.45
unparse_comp
Method · 0.45
unparse_formatted
Method · 0.45
unparse_fstring_str
Method · 0.45
unparse_fstring
Method · 0.45
unparse_tstring
Method · 0.45
Calls
1
write_str
Method · 0.45
Tested by
no test coverage detected