Commit ad6e0885 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

docs(csst_dfs_client): update plan.py documentation

- Remove unnecessary **kwargs parameter from write_file function documentation
- Improve type hint for local_file parameter to include list option
parent 3534faf3
Pipeline #9224 failed with stages
in 0 seconds
......@@ -90,7 +90,6 @@ def write_file(local_file: Union[IO, str, list]) -> Result:
Args:
local_file (Union[IO, str, list]): 文件路径、数据流或JSON数据列表。
**kwargs: 额外的关键字参数,这些参数将传递给DFS。
Returns:
Result: 操作的结果对象,包含操作是否成功以及相关的错误信息,成功返回数据对象。
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment