根据给定的Python Object生成函数,生成一个 LazyVariable 变量; 可以用该接口来加载一个外部字典或任意的Python Object 在真正需要使用 Python Object 的时候,可以调用LazyVariable的get获取 Args: fn(Python function or Python callable Object): 生成Python Object的函数 Returns: lazy_variable(LazyVariable): 可被延迟加载的变量 Examples:
(fn)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected