git-subtree-dir: xo-pyreactor git-subtree-mainline:54f3e9bd86git-subtree-split:50b8d529a7
12 lines
240 B
Text
12 lines
240 B
Text
* see ../process_py/README
|
|
|
|
>>> import reactor_py
|
|
>>> p=reactor_py.make_realization_printer()
|
|
>>> p
|
|
<reactor_py.SinkToConsole object at 0x1011853f0>
|
|
>>>
|
|
|
|
>>> import inspect
|
|
>>> inspect.getmro(reactor_py.SinkToConsole)
|
|
|
|
>>> dir(reactor_py)
|