Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Function · 0.80
round_trip
Function · 0.80
stmt
Method · 0.80
expr
Method · 0.80
round_trip
Function · 0.80
round_trip_with
Function · 0.80
jupyter_round_trip
Function · 0.80
run
Function · 0.80
S505.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected