Ask a question to get started
Enter to send•Shift+Enter new line
get_lambda_source( func: Callable[..., Any], ) -> str | None
func
Callable[..., Any]
a Callable that can be a lambda function.
Get the source code of a lambda function.