to_stub
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
to_stub(func: Callable[..., Any] | FunctionWithRequirementsStr) -> str
| Name | Description |
|---|---|
func | The function to generate a stub for Type: Callable[…, Any] | FunctionWithRequirementsStr |
| Type | Description |
|---|---|
| str | str: The stub for the function |