MCPcopy Create free account
hub / github.com/astral-sh/ruff / generate

Method generate

crates/ruff_python_codegen/src/generator.rs:238–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 }
237
238 pub(crate) fn generate(self) -> String {
239 self.buffer
240 }
241
242 pub fn unparse_suite(&mut self, suite: &Suite) {
243 for stmt in suite {

Callers 9

runFunction · 0.80
round_tripFunction · 0.80
stmtMethod · 0.80
exprMethod · 0.80
round_tripFunction · 0.80
round_trip_withFunction · 0.80
jupyter_round_tripFunction · 0.80
runFunction · 0.80
S505.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected