langchain_core.runnables.utils
.get_function_nonlocals¶
- langchain_core.runnables.utils.get_function_nonlocals(func: Callable) List[Any] [源代码]¶
获取函数访问的非局部变量。
- 参数
func (Callable) – 要检查的函数。
- 返回值
函数访问的非局部变量。
- 返回类型
List[Any]