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 27 forks source link

Fix PEP8 method overload binding #87

Closed jhonabreul closed 5 months ago

jhonabreul commented 5 months ago

Fix PEP8 method binding when snake-cased method name already defined as method in C# class, handled as overload by MethodBinder.

Closes https://github.com/QuantConnect/Lean/issues/7922