build: streamline CMAKE_MODULE_PATH interaction
This commit is contained in:
parent
037b34d9e9
commit
20475c59e1
5 changed files with 37 additions and 3 deletions
12
EXAMPLES
Normal file
12
EXAMPLES
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
* 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue