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

[Metadata] Make MetaMap/List completely pythonic #233

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

Dabsunter
Copy link
Contributor

It seems there is already an attempt to make the interaction with MetaMap/MetaList as transparent as interacting with regular dict/list while under the hood calling builtin2meta(), but it wasn't fully functional.

This PR complete the implementation by properly implementing MutableMapping for MetaMap, and MutableSequence for MetaList.

@sergiocorreia sergiocorreia merged commit 582353b into sergiocorreia:master Mar 20, 2024
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