Xuanwo commented on code in PR #3514:
URL:
https://github.com/apache/incubator-opendal/pull/3514#discussion_r1386127665
##########
bindings/python/python/opendal/__init__.pyi:
##########
@@ -73,6 +73,8 @@ class AsyncOperator:
async def copy(self, source: str, target: str): ...
async def rename(self, source: str, target: str): ...
async def remove_all(self, path: str): ...
+ @property
+ def operator(self) -> Operator: ...
Review Comment:
Seems cool, we can split as a new issue to start discussion.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]