返回顶部 load_from_air 功能说明从air格式加载图。 函数原型1load_from_air(file_path: str) -> None 参数说明 参数名 输入/输出 描述 file_path 输入 加载air文件的路径,string类型。 返回值说明无 约束说明如果file_path不是字符串,抛出TypeError。如果加载失败,抛出RuntimeError。 父主题: Graph