Our company has a scripting/macro system.&nbsp; Functions are stored in a database and at runtime we generate python classes.&nbsp; For a form we have multiple functions declared.&nbsp; We want to use IronPython studio to emit the python classes to a file to be debugged.&nbsp; Is it possible to build a partial class so that we can have one file per function.<br>
<br>file function324.py<br>partial class Form76:<br>&nbsp;def function324.py<br><br>file function325.py<br>partial class Form76<br>&nbsp;def function324.py<br><br>file base325.py<br>&nbsp;#do not edit anything in this file! changes will not be saved!<br>
<br clear="all"><br>Michael Stephens<br><br>Electrical Engineering Graduate Student<br>University of Wyoming<br><a href="mailto:falcon@uwyo.edu">falcon@uwyo.edu</a> or <a href="mailto:89iroc@gmail.com">89iroc@gmail.com</a>