Skip to content

Conversation

@abey79
Copy link
Member

@abey79 abey79 commented Dec 15, 2025

Related

What

Title. This enables the following patterns:

# Does a given entry name exist?
"entry_name" in client.entries()

# Does a given entry id exist?
entry_id in client.entries()

@abey79 abey79 added sdk-python Python logging API exclude from changelog PRs with this won't show up in CHANGELOG.md labels Dec 15, 2025
@abey79 abey79 requested a review from ntjohnson1 December 15, 2025 09:44
Copy link
Member

@ntjohnson1 ntjohnson1 left a comment

Choose a reason for hiding this comment

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

LGTM. Would be nice to have a test on this.

return NotImplemented

# Make it explicit that `Entries` are view objects for which hashing cannot sensibly be implemented
__hash__ = None
Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md sdk-python Python logging API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants