onyx.containers.objectset – Indexed set of runtime objects constructed from text serialization
onyx.dataflow.cfg – Work with CFG grammars.
Enter search terms or a module, class or function name.
>>> processor() Traceback (most recent call last): ... File "<stdin>", line 31, in __repr__ NotImplementedError: subclass must override this method
Bases: object
Baseclass for objects implementing the processor interface.
Process each of the elements of ‘items’. Return a list of results.