smithy-lang / smithy-python

Smithy code generators and core modules for Python (in development)
Apache License 2.0
47 stars 10 forks source link

Add __contains__ support to Fields #232

Closed nateprewitt closed 4 months ago

nateprewitt commented 4 months ago

Add __contains__ to Fields to properly support the in Python keyword when searching the collection.