|
| def | __init__ (self, data=None, subset=None) |
| | A collection is organized as a dictionnary of compounds self.num_compounds : the number of compounds self.compounds : the dictionnary of compounds data : the data to setup the set subset: it is possible to specify a subset of the compounds to load, based on their mol_name identifiers. More...
|
| |
| def | parse (self, data, subset=None) |
| | parse a list of lines, detect compounds, load them only load the subset if specified. More...
|
| |
Definition at line 571 of file Mol2.py.
◆ __init__()
| def src.Mol2.mol2_set.__init__ |
( |
|
self, |
|
|
|
data = None, |
|
|
|
subset = None |
|
) |
| |
A collection is organized as a dictionnary of compounds self.num_compounds : the number of compounds self.compounds : the dictionnary of compounds data : the data to setup the set subset: it is possible to specify a subset of the compounds to load, based on their mol_name identifiers.
Definition at line 580 of file Mol2.py.
◆ parse()
| def src.Mol2.mol2_set.parse |
( |
|
self, |
|
|
|
data, |
|
|
|
subset = None |
|
) |
| |
parse a list of lines, detect compounds, load them only load the subset if specified.
Definition at line 624 of file Mol2.py.
◆ comments
| src.Mol2.mol2_set.comments |
◆ compounds
| src.Mol2.mol2_set.compounds |
◆ num_compounds
| src.Mol2.mol2_set.num_compounds |
The documentation for this class was generated from the following file: