File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
garlicsim/garlicsim/scripts/simpack_template/simpack_name Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33import garlicsim
44
55
6- # self. FORCE_CRUNCHER = garlicsim.asynchronous_crunching.crunchers.CruncherThread
6+ # FORCE_CRUNCHER = garlicsim.asynchronous_crunching.crunchers.CruncherThread
77
88# A cruncher that this simpack insists on using.
99#
1212
1313
1414
15- # self. DETERMINISM_FUNCTION = garlicsim.misc.simpack_grokker.misc.default_determinism_function
15+ # DETERMINISM_FUNCTION = garlicsim.misc.simpack_grokker.misc.default_determinism_function
1616
1717# Function that takes a step profile and says whether its deterministic.
1818#
Original file line number Diff line number Diff line change 22# import widgets.state_creation_dialog
33
44
5- # self. BIG_WORKSPACE_WIDGETS = widgets.state_viewer.StateViewer
5+ # BIG_WORKSPACE_WIDGETS = widgets.state_viewer.StateViewer
66
77# Widgets to show in the middle of the frame. These must be instances of
88# garlicsim_wx.widgets.workspace_widget.
99#
1010# This is where you usually put your main widget that displays your states.
1111
1212
13- # self. SMALL_WORKSPACE_WIDGETS = []
13+ # SMALL_WORKSPACE_WIDGETS = []
1414
1515# (05.15.2010 - Still not implemented, sorry.)
1616#
2020# This is where you usually put small tools.
2121
2222
23- # self. SEEK_BAR_GRAPHS = []
23+ # SEEK_BAR_GRAPHS = []
2424
2525# (05.15.2010 - Still not implemented, sorry.)
2626#
2929# These may be either scalar state functions or scalar history functions.
3030
3131
32- # self. STATE_CREATION_DIALOG = widgets.state_creation_dialog
32+ # STATE_CREATION_DIALOG = widgets.state_creation_dialog
3333#
3434# Dialog for creating a root state.
You can’t perform that action at this time.
0 commit comments