EchoCode

From OPENRESEARCH th copy Wiki
Revision as of 13:15, 4 February 2021 by Wf (talk | contribs) (pushed from test by wikipush)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sourcecode

Sourcecode
edit
id  EchoCode
lang  python
author  Wolfgang Fahl
since  2021/01/31
test  
# this is a lambda Action action
# it get's its context from a context dict
rows=context["rows"]
for row in rows:
    print(row)
context["result"]={"message":"%d rows printed" %len(rows)}
url  

Freitext