Package MolKit :: Module groParser :: Class groParser
[hide private]
[frames] | no frames]

Class groParser

source code

moleculeParser.MoleculeParser --+
                                |
                               groParser

Instance Methods [hide private]
  __init__(self, filename=None, allLines=None)
Constructor for groParser: adopted form PdbParser
  parse(self, objClass=<class MolKit.protein.Protein at 0xb7bb8b6c>)
  getMoleculeInformation(self)
Function to retrieve the general informations on the molecule.
  configureProgressBar(self, **kw)

Inherited from moleculeParser.MoleculeParser: readFile


Method Details [hide private]

__init__(self, filename=None, allLines=None)
(Constructor)

source code 
Constructor for groParser: adopted form PdbParser
Overrides: moleculeParser.MoleculeParser.__init__

parse(self, objClass=<class MolKit.protein.Protein at 0xb7bb8b6c>)

source code 
None

getMoleculeInformation(self)

source code 
Function to retrieve the general informations on the molecule. This information is used by the molecule chooser to provide informations on the molecule selected.

configureProgressBar(self, **kw)

source code 
None