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

Snake-case static readonly fields as constants #84

Closed jhonabreul closed 5 months ago

jhonabreul commented 5 months ago

Make static readonly fields all capital case in the snake-case version.

Follow up for https://github.com/QuantConnect/pythonnet/pull/83