Replies: 4 comments
-
I'm sorry the abundant available documentation doesn't meet your standard. I've provided an extensive Wiki with a whole section entirely dedicated to interfacing with the library. I have provided complete reference implementations of the capabilities of this library by way of heavily documented command-line tools and their source files. The API is thoroughly documented in classic form within the library files themselves. What more do you need? |
Beta Was this translation helpful? Give feedback.
-
I will check the documentation. I did not know some of the links you sent. Thanks One question: say I have a processor X connected to yaml_data. Is it possible to extract a node myNode=X.get_nodes('path/to/node') And create another processor, starting from myNode? AFAIK myNode is a generator. |
Beta Was this translation helpful? Give feedback.
-
The yield from the generators is usually zero to many NodeCoords except when directly working against Collectors, in which case you'll get a list of NodeCoords. On their own, NodeCoords are not suitable as input to Processors. It would however be technically possible -- even trivial -- to expose the |
Beta Was this translation helpful? Give feedback.
-
Since this has become an academic exploration rather than a bug report, I'm converting this thread to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I tried using your module to manage yaml files. However there is no place that shows how to do that. I was able to create the processor but after that what? How do I access the elements? There is no examples in the documentation that shows how to proceed after creating the processor
Beta Was this translation helpful? Give feedback.
All reactions