screpl.apps.selector module ¶
SelectorApp
-
class
screpl.apps.selector.
SelectorApp
[source] ¶ -
Bases:
screpl.core.application.Application
Application Fields
Application Methods
index
methods
0
1
2
3
4
5
-
loop
( self ) ¶ -
AppMethodN
(index=0)
-
on_destruct
( self ) ¶ -
AppMethodN
(index=2)
-
on_init
( self ) ¶ -
AppMethodN
(index=3)
-
print
( self , writer ) ¶ -
AppMethodN
(index=5)
-
static
set_content
( reftable , variable ) [source] ¶ -
Set initializing argument before start the app
Set the contents and address to write the result value
- Parameters
-
-
reftable ( ReferenceTable ) – ReferenceTable object with pairs of epd-type strings and numerical values.
-
variable ( EUDVariable ) – the default value to set and where the result value will be saved into
-
-