Changeset 1114 for framspy/FramsticksLib.py
- Timestamp:
- 03/24/21 22:27:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified framspy/FramsticksLib.py ΒΆ
r1102 r1114 26 26 EVALUATION_SETTINGS_FILE = "eval-allcriteria.sim" # MUST be compatible with the standard-eval expdef 27 27 28 29 # This function is not needed because in python, "For efficiency reasons, each module is only imported once per interpreter session." 30 # @staticmethod 31 # def getFramsModuleInstance(): 32 # """If some other party needs access to the frams module to directly access or modify Framsticks objects, 33 # use this function to avoid importing the "frams" module multiple times and avoid potentially initializing 34 # it many times.""" 35 # return frams 28 36 29 37 def __init__(self, frams_path, frams_lib_name, simsettings):
Note: See TracChangeset
for help on using the changeset viewer.