Package rdkit :: Package Chem :: Module rdFMCS :: Class MCSResult
[hide private]
[frames] | no frames]

class MCSResult

 object --+    
          |    
??.instance --+
              |
             MCSResult

used to return MCS results

Instance Methods [hide private]
 
__init__(...)
Raises an exception...
 
__reduce__(...)

Inherited from unreachable.instance: __new__

Properties [hide private]
  canceled
if True, the MCS calculation did not finish
  numAtoms
number of atoms in MCS
  numBonds
number of bonds in MCS
  smartsString
SMARTS string for the MCS
Method Details [hide private]

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 
Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

canceled

if True, the MCS calculation did not finish

numAtoms

number of atoms in MCS

numBonds

number of bonds in MCS

smartsString

SMARTS string for the MCS