Sha256: 57faeb3aa912dda27a247545b0d67e5d6955e74b59089fd43c75482077e0a04f
Contents?: true
Size: 358 Bytes
Versions: 13
Compression:
Stored size: 358 Bytes
Contents
# This class can be used in your scripts like so: # load_utility '<%= target_class.upcase %>/lib/<%= target_lib_filename %>' # <%= target_object %> = <%= target_class %>() # <%= target_object %>.utility() # For more information see the OpenC3 scripting guide from openc3.script import * class <%= target_class %>: def utility(self): pass
Version data entries
13 entries across 13 versions & 1 rubygems