func_with_reqs
autogen.coding.func_with_reqs.to_stub
to_stub
Generate a stub for a function as a string
Parameters:Name | Description |
---|---|
func | The function to generate a stub for Type: Callable[..., Any] | autogen.coding.func_with_reqs.FunctionWithRequirementsStr |
Type | Description |
---|---|
str | str: The stub for the function |