_images/nederland2.jpg


evrm.reactor



reactor



class Broker[source]
static add(obj) None[source]
static byorig(orig)[source]
static bytype(typ)[source]
static remove(obj) None[source]
objs = []
class Event[source]
ready() None[source]
reply(txt) None[source]
show()[source]
wait() [][source]
class Reactor[source]
event(txt) Event[source]
handle(evt)[source]
loop() None[source]
output(*, sep=' ', end='\n', file=None, flush=False)

Prints the values to a stream, or to sys.stdout by default.

sep

string inserted between values, default a space.

end

string appended after the last value, default a newline.

file

a file-like object (stream); defaults to the current sys.stdout.

flush

whether to forcibly flush the stream.

poll()[source]
put(evt) None[source]
register(typ, func) None[source]
start()[source]
stop()[source]
errors = []
command(evt)[source]
dispatch(func, evt) None[source]

home - manual - source - about