The name of the function
Optional
parametersThe parameters of the function
Optional
decoratorsDecorators to apply to the function
Optional
docstringDocumentation string for the function
Optional
returnReturn type annotation
Optional
isWhether this is a static method
Optional
isWhether this is a class method
Optional
isWhether this is an async function
Configuration arguments for creating a Python function.