Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bindings/python): add __repr__ to Operator and AsyncOperator #1683

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

messense
Copy link
Member

It's nice to have these.

>>> import opendal
>>> op = opendal.Operator("memory")
>>> op
Operator("memory", root="/", name="0x6000008c4050")

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Xuanwo Xuanwo merged commit b3fafdd into apache:main Mar 19, 2023
@messense messense deleted the python-repr branch March 19, 2023 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants