Trees | Indices | Help |
|
---|
|
object --+ | Node
Base class for a node in a synthetic route or a retrosynthetic tree. A node is associated with a molecule and with a reagent class (both of which may be None). It is also associated with zero or more reaction instances, but the base class does not implement an API to add reaction instances because each subclass has a different policy concerning the number of reaction instances allowed.
|
|||
|
|||
str |
|
||
|
|||
Inherited from |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return a recursive string representation of the tree (unlike __str__, which is a short representation of the current node). If 'products' is False, only the reactions and the ultimate starting materials are included. If it is True, the target and intermediates are included too.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:32:58 2017 | http://epydoc.sourceforge.net |