QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 26 forks source link

Implements KeyValuePairEnumerableObject #42

Closed AlexCatarino closed 4 years ago

AlexCatarino commented 4 years ago

What does this implement/fix? Explain your changes.

Enables __contains__ and __len__ for CLR classes that implements a dictionary.

Checklist