screpl.apps.selector module

SelectorApp

screpl.apps.selector. _focus_index ( new_index ) [source]

EUDFuncN

class screpl.apps.selector. SelectorApp [source]

Bases: screpl.core.application.Application

Application Fields

Application Methods

index

methods

0

screpl.apps.selector.SelectorApp.loop()

1

screpl.core.application.Application.on_chat()

2

screpl.apps.selector.SelectorApp.on_destruct()

3

screpl.apps.selector.SelectorApp.on_init()

4

screpl.core.application.Application.on_resume()

5

screpl.apps.selector.SelectorApp.print()

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