More efficient writing of a large number of structures to a single
SMILES file.
|
__init__(self,
filename,
overwrite=True,
stereo=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
append(self,
st)
Append the provided structure to the open SMILES file. |
|
|
|
close(self)
Close the file. |
|
|
|
__del__(self)
Close the file when instance is deleted. |
|
|
Inherited from _BaseWriter :
setOption
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|