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