build_parameters_from_ast

Function build_parameters_from_ast 

Source
pub(super) fn build_parameters_from_ast(
    args: &Arguments,
    imports: &[String],
) -> Result<Parameters>
Expand description

Build Parameters directly from Python AST Arguments

This function constructs Parameters with proper ParameterKind classification based on Python’s argument structure (positional-only, keyword-only, varargs, etc.)