You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "messense (via GitHub)" <gi...@apache.org> on 2023/03/19 06:40:56 UTC

[GitHub] [incubator-opendal] messense opened a new pull request, #1683: feat(bindings/python): add `__repr__` to `Operator` and `AsyncOperator`

messense opened a new pull request, #1683:
URL: https://github.com/apache/incubator-opendal/pull/1683

   It's nice to have these.
   
   ```python
   >>> import opendal
   >>> op = opendal.Operator("memory")
   >>> op
   Operator("memory", root="/", name="0x6000008c4050")
   ```


-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-opendal] Xuanwo merged pull request #1683: feat(bindings/python): add `__repr__` to `Operator` and `AsyncOperator`

Posted by "Xuanwo (via GitHub)" <gi...@apache.org>.
Xuanwo merged PR #1683:
URL: https://github.com/apache/incubator-opendal/pull/1683


-- 
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: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org