| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Molecule
Represent a opsinjpype Molecule. Required parameters: OpsinResult -- the result of using OPSIN to parse an IUPAC string Methods: write() The underlying OpsinResult can be accessed using the attribute: OpsinResult
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Write the molecule to a file or return a string.
Optional parameters:
format -- see the outformats variable for a list of available
output formats (default is "smi")
filename -- default is None
overwite -- if the output file already exists, should it
be overwritten? (default is False)
If a filename is specified, the result is written to a file.
Otherwise, a string is returned containing the result.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Dec 06 19:38:38 2012 | http://epydoc.sourceforge.net |