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

Keep dynamic class properties as Python objects #74

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

This avoids loosing python object references when they are instances of PythonClasses that inherit C# classes.