langchain_core.runnables.utils.get_function_nonlocals¶

langchain_core.runnables.utils.get_function_nonlocals(func: Callable) List[Any][source]¶

Get the nonlocal variables accessed by a function.

Parameters

func (Callable) –

Return type

List[Any]