Zheaoli commented on code in PR #3514:
URL: 
https://github.com/apache/incubator-opendal/pull/3514#discussion_r1386052911


##########
bindings/python/python/opendal/__init__.pyi:
##########
@@ -73,6 +73,7 @@ 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): ...
+    def blocking(self) -> Operator: ...

Review Comment:
   maybe `async_operator.blocking_operator` and `operator.async_operator` would 
be better? use the property in Python?



-- 
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]

Reply via email to