Skip to content

Add container methods to extended dictionaries#67

Merged
Martin-Molinero merged 2 commits intoQuantConnect:masterfrom
jhonabreul:bug-8717-python-dict-tidy-up
May 1, 2025
Merged

Add container methods to extended dictionaries#67
Martin-Molinero merged 2 commits intoQuantConnect:masterfrom
jhonabreul:bug-8717-python-dict-tidy-up

Conversation

@jhonabreul
Copy link
Contributor

@jhonabreul jhonabreul commented Apr 25, 2025

Add container methods to extended dictionaries, that is, classes that implement IDictionary or IEnumerabe<KeyValuePair<TKey, TValue>> interaces and ContainsKey method, since Pythonnet supports this (See QuantConnect/pythonnet#99)

Closes #64

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

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

Nice!

@Martin-Molinero Martin-Molinero merged commit 48ae5ad into QuantConnect:master May 1, 2025
1 check passed
@jhonabreul jhonabreul deleted the bug-8717-python-dict-tidy-up branch May 1, 2025 18:24
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.

Unsupported operand types for in

2 participants