Skip to content

Add container methods to extended dictionaries #67

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

Merged

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