Attempt to refactor a bit of context, new count transform that counts the calls, new bonobo.structs package with basic data structures, removal of blessings.
This commit is contained in:
0
bonobo/examples/utils/__init__.py
Normal file
0
bonobo/examples/utils/__init__.py
Normal file
6
bonobo/examples/utils/count.py
Normal file
6
bonobo/examples/utils/count.py
Normal file
@ -0,0 +1,6 @@
|
||||
import bonobo
|
||||
|
||||
graph = bonobo.Graph(range(42), bonobo.count, print)
|
||||
|
||||
if __name__ == '__main__':
|
||||
bonobo.run(graph)
|
||||
Reference in New Issue
Block a user