Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 635dc0b7819f4e396a16d64269572c71 > files > 311

biopython-doc-1.58-1.x86_64.rpm

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Bio.FSSP.fssp_rec</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        <a href="Bio-module.html">Package&nbsp;Bio</a> ::
        <a href="Bio.FSSP-module.html">Package&nbsp;FSSP</a> ::
        Module&nbsp;fssp_rec
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
        <tr><td align="right"><span class="options"
            >[<a href="frames.html" target="_top">frames</a
            >]&nbsp;|&nbsp;<a href="Bio.FSSP.fssp_rec-pysrc.html"
            target="_top">no&nbsp;frames</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<h1 class="epydoc">Source Code for <a href="Bio.FSSP.fssp_rec-module.html">Module Bio.FSSP.fssp_rec</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment"># A superclass for reading [f]ixed-column type [f]lat-[f]ile records. (e.g.</tt> </tt>
<a name="fff_rec"></a><div id="fff_rec-def"><a name="L2"></a><tt class="py-lineno"> 2</tt> <a class="py-toggle" href="#" id="fff_rec-toggle" onclick="return toggle('fff_rec');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="Bio.FSSP.fssp_rec.fff_rec-class.html">fff_rec</a><tt class="py-op">:</tt> </tt>
</div><div id="fff_rec-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="fff_rec-expanded"><a name="fff_rec.__init__"></a><div id="fff_rec.__init__-def"><a name="L3"></a><tt class="py-lineno"> 3</tt> <a class="py-toggle" href="#" id="fff_rec.__init__-toggle" onclick="return toggle('fff_rec.__init__');">-</a><tt class="py-line">   <tt class="py-keyword">def</tt> <a class="py-def-name" href="Bio.FSSP.fssp_rec.fff_rec-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt><tt class="py-param">inrec</tt><tt class="py-op">=</tt><tt class="py-string">''</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="fff_rec.__init__-collapsed" style="display:none;" pad="++" indent="+++++++"></div><div id="fff_rec.__init__-expanded"><a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line">      <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-0" class="py-name" targets="Variable Bio.Seq.Seq.data=Bio.Seq.Seq-class.html#data,Variable BioSQL.BioSeq.DBSeq.data=BioSQL.BioSeq.DBSeq-class.html#data"><a title="Bio.Seq.Seq.data
BioSQL.BioSeq.DBSeq.data" class="py-name" href="#" onclick="return doclink('link-0', 'data', 'link-0');">data</a></tt> <tt class="py-op">=</tt> <tt class="py-name">inrec</tt> </tt>
</div><a name="fff_rec.__repr__"></a><div id="fff_rec.__repr__-def"><a name="L5"></a><tt class="py-lineno"> 5</tt> <a class="py-toggle" href="#" id="fff_rec.__repr__-toggle" onclick="return toggle('fff_rec.__repr__');">-</a><tt class="py-line">   <tt class="py-keyword">def</tt> <a class="py-def-name" href="Bio.FSSP.fssp_rec.fff_rec-class.html#__repr__">__repr__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="fff_rec.__repr__-collapsed" style="display:none;" pad="++" indent="+++++++"></div><div id="fff_rec.__repr__-expanded"><a name="L6"></a><tt class="py-lineno"> 6</tt>  <tt class="py-line">      <tt class="py-keyword">return</tt> <tt class="py-name">str</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-1" class="py-name"><a title="Bio.Seq.Seq.data
BioSQL.BioSeq.DBSeq.data" class="py-name" href="#" onclick="return doclink('link-1', 'data', 'link-0');">data</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L7"></a><tt class="py-lineno"> 7</tt>  <tt class="py-line">   <tt id="link-2" class="py-name" targets="Method Bio.Align.AlignInfo.PSSM.__str__()=Bio.Align.AlignInfo.PSSM-class.html#__str__,Method Bio.Align.Generic.Alignment.__str__()=Bio.Align.Generic.Alignment-class.html#__str__,Method Bio.Application.AbstractCommandline.__str__()=Bio.Application.AbstractCommandline-class.html#__str__,Method Bio.Application.ApplicationError.__str__()=Bio.Application.ApplicationError-class.html#__str__,Method Bio.Application._AbstractParameter.__str__()=Bio.Application._AbstractParameter-class.html#__str__,Method Bio.Application._Argument.__str__()=Bio.Application._Argument-class.html#__str__,Method Bio.Application._Option.__str__()=Bio.Application._Option-class.html#__str__,Method Bio.Application._Switch.__str__()=Bio.Application._Switch-class.html#__str__,Method Bio.Blast.Record.Alignment.__str__()=Bio.Blast.Record.Alignment-class.html#__str__,Method Bio.Blast.Record.Description.__str__()=Bio.Blast.Record.Description-class.html#__str__,Method Bio.Blast.Record.HSP.__str__()=Bio.Blast.Record.HSP-class.html#__str__,Method Bio.Crystal.Chain.__str__()=Bio.Crystal.Chain-class.html#__str__,Method Bio.Crystal.Crystal.__str__()=Bio.Crystal.Crystal-class.html#__str__,Method Bio.Crystal.Hetero.__str__()=Bio.Crystal.Hetero-class.html#__str__,Method Bio.Data.CodonTable.CodonTable.__str__()=Bio.Data.CodonTable.CodonTable-class.html#__str__,Method Bio.Emboss.PrimerSearch.InputRecord.__str__()=Bio.Emboss.PrimerSearch.InputRecord-class.html#__str__,Method Bio.Entrez.Parser.CorruptedXMLError.__str__()=Bio.Entrez.Parser.CorruptedXMLError-class.html#__str__,Method Bio.Entrez.Parser.NotXMLError.__str__()=Bio.Entrez.Parser.NotXMLError-class.html#__str__,Method Bio.Entrez.Parser.ValidationError.__str__()=Bio.Entrez.Parser.ValidationError-class.html#__str__,Method Bio.ExPASy.Enzyme.Record.__str__()=Bio.ExPASy.Enzyme.Record-class.html#__str__,Method Bio.GA.Organism.Organism.__str__()=Bio.GA.Organism.Organism-class.html#__str__,Method Bio.GenBank.LocationParser.Integer.__str__()=Bio.GenBank.LocationParser.Integer-class.html#__str__,Method Bio.GenBank.LocationParser.Symbol.__str__()=Bio.GenBank.LocationParser.Symbol-class.html#__str__,Method Bio.GenBank.Record.Feature.__str__()=Bio.GenBank.Record.Feature-class.html#__str__,Method Bio.GenBank.Record.Record.__str__()=Bio.GenBank.Record.Record-class.html#__str__,Method Bio.GenBank.Record.Reference.__str__()=Bio.GenBank.Record.Reference-class.html#__str__,Method Bio.Geo.Record.Record.__str__()=Bio.Geo.Record.Record-class.html#__str__,Method Bio.Graphics.GenomeDiagram._Diagram.Diagram.__str__()=Bio.Graphics.GenomeDiagram._Diagram.Diagram-class.html#__str__,Method Bio.Graphics.GenomeDiagram._FeatureSet.FeatureSet.__str__()=Bio.Graphics.GenomeDiagram._FeatureSet.FeatureSet-class.html#__str__,Method Bio.Graphics.GenomeDiagram._Graph.GraphData.__str__()=Bio.Graphics.GenomeDiagram._Graph.GraphData-class.html#__str__,Method Bio.Graphics.GenomeDiagram._GraphSet.GraphSet.__str__()=Bio.Graphics.GenomeDiagram._GraphSet.GraphSet-class.html#__str__,Method Bio.Graphics.GenomeDiagram._Track.Track.__str__()=Bio.Graphics.GenomeDiagram._Track.Track-class.html#__str__,Method Bio.KEGG.Compound.Record.__str__()=Bio.KEGG.Compound.Record-class.html#__str__,Method Bio.KEGG.Enzyme.Record.__str__()=Bio.KEGG.Enzyme.Record-class.html#__str__,Method Bio.MarkovModel.MarkovModel.__str__()=Bio.MarkovModel.MarkovModel-class.html#__str__,Method Bio.Motif._Motif.Motif.__str__()=Bio.Motif._Motif.Motif-class.html#__str__,Method Bio.NeuralNetwork.BackPropagation.Layer.AbstractLayer.__str__()=Bio.NeuralNetwork.BackPropagation.Layer.AbstractLayer-class.html#__str__,Method Bio.Nexus.Trees.Tree.__str__()=Bio.Nexus.Trees.Tree-class.html#__str__,Method Bio.Pathway.Interaction.__str__()=Bio.Pathway.Interaction-class.html#__str__,Method Bio.Pathway.Network.__str__()=Bio.Pathway.Network-class.html#__str__,Method Bio.Pathway.Reaction.__str__()=Bio.Pathway.Reaction-class.html#__str__,Method Bio.Pathway.Rep.Graph.Graph.__str__()=Bio.Pathway.Rep.Graph.Graph-class.html#__str__,Method Bio.Pathway.Rep.HashSet.HashSet.__str__()=Bio.Pathway.Rep.HashSet.HashSet-class.html#__str__,Method Bio.Pathway.Rep.MultiGraph.MultiGraph.__str__()=Bio.Pathway.Rep.MultiGraph.MultiGraph-class.html#__str__,Method Bio.Pathway.System.__str__()=Bio.Pathway.System-class.html#__str__,Method Bio.Phylo.BaseTree.Clade.__str__()=Bio.Phylo.BaseTree.Clade-class.html#__str__,Method Bio.Phylo.BaseTree.Tree.__str__()=Bio.Phylo.BaseTree.Tree-class.html#__str__,Method Bio.Phylo.PhyloXML.Accession.__str__()=Bio.Phylo.PhyloXML.Accession-class.html#__str__,Method Bio.Phylo.PhyloXML.BranchColor.__str__()=Bio.Phylo.PhyloXML.BranchColor-class.html#__str__,Method Bio.Phylo.PhyloXML.Date.__str__()=Bio.Phylo.PhyloXML.Date-class.html#__str__,Method Bio.Phylo.PhyloXML.Id.__str__()=Bio.Phylo.PhyloXML.Id-class.html#__str__,Method Bio.Phylo.PhyloXML.MolSeq.__str__()=Bio.Phylo.PhyloXML.MolSeq-class.html#__str__,Method Bio.Phylo.PhyloXML.Phyloxml.__str__()=Bio.Phylo.PhyloXML.Phyloxml-class.html#__str__,Method Bio.Phylo.PhyloXML.Polygon.__str__()=Bio.Phylo.PhyloXML.Polygon-class.html#__str__,Method Bio.Phylo.PhyloXML.Taxonomy.__str__()=Bio.Phylo.PhyloXML.Taxonomy-class.html#__str__,Method Bio.Phylo.PhyloXML.Uri.__str__()=Bio.Phylo.PhyloXML.Uri-class.html#__str__,Method Bio.PopGen.FDist.Record.__str__()=Bio.PopGen.FDist.Record-class.html#__str__,Method Bio.PopGen.GenePop.FileParser.FileRecord.__str__()=Bio.PopGen.GenePop.FileParser.FileRecord-class.html#__str__,Method Bio.PopGen.GenePop.Record.__str__()=Bio.PopGen.GenePop.Record-class.html#__str__,Method Bio.Restriction.Restriction.RestrictionBatch.__str__()=Bio.Restriction.Restriction.RestrictionBatch-class.html#__str__,Method Bio.Restriction.Restriction.RestrictionType.__str__()=Bio.Restriction.Restriction.RestrictionType-class.html#__str__,Method Bio.SCOP.Cla.Record.__str__()=Bio.SCOP.Cla.Record-class.html#__str__,Method Bio.SCOP.Des.Record.__str__()=Bio.SCOP.Des.Record-class.html#__str__,Method Bio.SCOP.Dom.Record.__str__()=Bio.SCOP.Dom.Record-class.html#__str__,Method Bio.SCOP.Domain.__str__()=Bio.SCOP.Domain-class.html#__str__,Method Bio.SCOP.Hie.Record.__str__()=Bio.SCOP.Hie.Record-class.html#__str__,Method Bio.SCOP.Node.__str__()=Bio.SCOP.Node-class.html#__str__,Method Bio.SCOP.Residues'.Residues.__str__()=Bio.SCOP.Residues%27.Residues-class.html#__str__,Method Bio.Seq.MutableSeq.__str__()=Bio.Seq.MutableSeq-class.html#__str__,Method Bio.Seq.Seq.__str__()=Bio.Seq.Seq-class.html#__str__,Method Bio.Seq.UnknownSeq.__str__()=Bio.Seq.UnknownSeq-class.html#__str__,Method Bio.SeqFeature.AfterPosition.__str__()=Bio.SeqFeature.AfterPosition-class.html#__str__,Method Bio.SeqFeature.BeforePosition.__str__()=Bio.SeqFeature.BeforePosition-class.html#__str__,Method Bio.SeqFeature.BetweenPosition.__str__()=Bio.SeqFeature.BetweenPosition-class.html#__str__,Method Bio.SeqFeature.ExactPosition.__str__()=Bio.SeqFeature.ExactPosition-class.html#__str__,Method Bio.SeqFeature.FeatureLocation.__str__()=Bio.SeqFeature.FeatureLocation-class.html#__str__,Method Bio.SeqFeature.OneOfPosition.__str__()=Bio.SeqFeature.OneOfPosition-class.html#__str__,Method Bio.SeqFeature.PositionGap.__str__()=Bio.SeqFeature.PositionGap-class.html#__str__,Method Bio.SeqFeature.Reference.__str__()=Bio.SeqFeature.Reference-class.html#__str__,Method Bio.SeqFeature.SeqFeature.__str__()=Bio.SeqFeature.SeqFeature-class.html#__str__,Method Bio.SeqFeature.WithinPosition.__str__()=Bio.SeqFeature.WithinPosition-class.html#__str__,Method Bio.SeqIO._index._IndexedSeqFileDict.__str__()=Bio.SeqIO._index._IndexedSeqFileDict-class.html#__str__,Method Bio.SeqRecord.SeqRecord.__str__()=Bio.SeqRecord.SeqRecord-class.html#__str__,Method Bio.SubsMat.SeqMat.__str__()=Bio.SubsMat.SeqMat-class.html#__str__,Method Bio.Wise.dnal.Statistics.__str__()=Bio.Wise.dnal.Statistics-class.html#__str__,Method Bio.Wise.psw.ColumnUnit.__str__()=Bio.Wise.psw.ColumnUnit-class.html#__str__,Method BioSQL.BioSeq.DBSeq.__str__()=BioSQL.BioSeq.DBSeq-class.html#__str__"><a title="Bio.Align.AlignInfo.PSSM.__str__
Bio.Align.Generic.Alignment.__str__
Bio.Application.AbstractCommandline.__str__
Bio.Application.ApplicationError.__str__
Bio.Application._AbstractParameter.__str__
Bio.Application._Argument.__str__
Bio.Application._Option.__str__
Bio.Application._Switch.__str__
Bio.Blast.Record.Alignment.__str__
Bio.Blast.Record.Description.__str__
Bio.Blast.Record.HSP.__str__
Bio.Crystal.Chain.__str__
Bio.Crystal.Crystal.__str__
Bio.Crystal.Hetero.__str__
Bio.Data.CodonTable.CodonTable.__str__
Bio.Emboss.PrimerSearch.InputRecord.__str__
Bio.Entrez.Parser.CorruptedXMLError.__str__
Bio.Entrez.Parser.NotXMLError.__str__
Bio.Entrez.Parser.ValidationError.__str__
Bio.ExPASy.Enzyme.Record.__str__
Bio.GA.Organism.Organism.__str__
Bio.GenBank.LocationParser.Integer.__str__
Bio.GenBank.LocationParser.Symbol.__str__
Bio.GenBank.Record.Feature.__str__
Bio.GenBank.Record.Record.__str__
Bio.GenBank.Record.Reference.__str__
Bio.Geo.Record.Record.__str__
Bio.Graphics.GenomeDiagram._Diagram.Diagram.__str__
Bio.Graphics.GenomeDiagram._FeatureSet.FeatureSet.__str__
Bio.Graphics.GenomeDiagram._Graph.GraphData.__str__
Bio.Graphics.GenomeDiagram._GraphSet.GraphSet.__str__
Bio.Graphics.GenomeDiagram._Track.Track.__str__
Bio.KEGG.Compound.Record.__str__
Bio.KEGG.Enzyme.Record.__str__
Bio.MarkovModel.MarkovModel.__str__
Bio.Motif._Motif.Motif.__str__
Bio.NeuralNetwork.BackPropagation.Layer.AbstractLayer.__str__
Bio.Nexus.Trees.Tree.__str__
Bio.Pathway.Interaction.__str__
Bio.Pathway.Network.__str__
Bio.Pathway.Reaction.__str__
Bio.Pathway.Rep.Graph.Graph.__str__
Bio.Pathway.Rep.HashSet.HashSet.__str__
Bio.Pathway.Rep.MultiGraph.MultiGraph.__str__
Bio.Pathway.System.__str__
Bio.Phylo.BaseTree.Clade.__str__
Bio.Phylo.BaseTree.Tree.__str__
Bio.Phylo.PhyloXML.Accession.__str__
Bio.Phylo.PhyloXML.BranchColor.__str__
Bio.Phylo.PhyloXML.Date.__str__
Bio.Phylo.PhyloXML.Id.__str__
Bio.Phylo.PhyloXML.MolSeq.__str__
Bio.Phylo.PhyloXML.Phyloxml.__str__
Bio.Phylo.PhyloXML.Polygon.__str__
Bio.Phylo.PhyloXML.Taxonomy.__str__
Bio.Phylo.PhyloXML.Uri.__str__
Bio.PopGen.FDist.Record.__str__
Bio.PopGen.GenePop.FileParser.FileRecord.__str__
Bio.PopGen.GenePop.Record.__str__
Bio.Restriction.Restriction.RestrictionBatch.__str__
Bio.Restriction.Restriction.RestrictionType.__str__
Bio.SCOP.Cla.Record.__str__
Bio.SCOP.Des.Record.__str__
Bio.SCOP.Dom.Record.__str__
Bio.SCOP.Domain.__str__
Bio.SCOP.Hie.Record.__str__
Bio.SCOP.Node.__str__
Bio.SCOP.Residues'.Residues.__str__
Bio.Seq.MutableSeq.__str__
Bio.Seq.Seq.__str__
Bio.Seq.UnknownSeq.__str__
Bio.SeqFeature.AfterPosition.__str__
Bio.SeqFeature.BeforePosition.__str__
Bio.SeqFeature.BetweenPosition.__str__
Bio.SeqFeature.ExactPosition.__str__
Bio.SeqFeature.FeatureLocation.__str__
Bio.SeqFeature.OneOfPosition.__str__
Bio.SeqFeature.PositionGap.__str__
Bio.SeqFeature.Reference.__str__
Bio.SeqFeature.SeqFeature.__str__
Bio.SeqFeature.WithinPosition.__str__
Bio.SeqIO._index._IndexedSeqFileDict.__str__
Bio.SeqRecord.SeqRecord.__str__
Bio.SubsMat.SeqMat.__str__
Bio.Wise.dnal.Statistics.__str__
Bio.Wise.psw.ColumnUnit.__str__
BioSQL.BioSeq.DBSeq.__str__" class="py-name" href="#" onclick="return doclink('link-2', '__str__', 'link-2');">__str__</a></tt> <tt class="py-op">=</tt> <tt id="link-3" class="py-name" targets="Method Bio.Align.Generic.Alignment.__repr__()=Bio.Align.Generic.Alignment-class.html#__repr__,Method Bio.Alphabet.Alphabet.__repr__()=Bio.Alphabet.Alphabet-class.html#__repr__,Method Bio.Alphabet.AlphabetEncoder.__repr__()=Bio.Alphabet.AlphabetEncoder-class.html#__repr__,Method Bio.Application.AbstractCommandline.__repr__()=Bio.Application.AbstractCommandline-class.html#__repr__,Method Bio.Application.ApplicationError.__repr__()=Bio.Application.ApplicationError-class.html#__repr__,Method Bio.Crystal.Crystal.__repr__()=Bio.Crystal.Crystal-class.html#__repr__,Method Bio.Crystal.Hetero.__repr__()=Bio.Crystal.Hetero-class.html#__repr__,Method Bio.DocSQL.Query.__repr__()=Bio.DocSQL.Query-class.html#__repr__,Method Bio.Entrez.Parser.DictionaryElement.__repr__()=Bio.Entrez.Parser.DictionaryElement-class.html#__repr__,Method Bio.Entrez.Parser.IntegerElement.__repr__()=Bio.Entrez.Parser.IntegerElement-class.html#__repr__,Method Bio.Entrez.Parser.ListElement.__repr__()=Bio.Entrez.Parser.ListElement-class.html#__repr__,Method Bio.Entrez.Parser.StringElement.__repr__()=Bio.Entrez.Parser.StringElement-class.html#__repr__,Method Bio.Entrez.Parser.StructureElement.__repr__()=Bio.Entrez.Parser.StructureElement-class.html#__repr__,Method Bio.Entrez.Parser.UnicodeElement.__repr__()=Bio.Entrez.Parser.UnicodeElement-class.html#__repr__,Method Bio.ExPASy.Enzyme.Record.__repr__()=Bio.ExPASy.Enzyme.Record-class.html#__repr__,Method Bio.FSSP.FSSPSumRec.__repr__()=Bio.FSSP.FSSPSumRec-class.html#__repr__,Method Bio.FSSP.PosAlign.__repr__()=Bio.FSSP.PosAlign-class.html#__repr__,Method Bio.FSSP.fssp_rec.fff_rec.__repr__()=Bio.FSSP.fssp_rec.fff_rec-class.html#__repr__,Method Bio.GenBank.LocationParser.AbsoluteLocation.__repr__()=Bio.GenBank.LocationParser.AbsoluteLocation-class.html#__repr__,Method Bio.GenBank.LocationParser.Between.__repr__()=Bio.GenBank.LocationParser.Between-class.html#__repr__,Method Bio.GenBank.LocationParser.FeatureName.__repr__()=Bio.GenBank.LocationParser.FeatureName-class.html#__repr__,Method Bio.GenBank.LocationParser.Function.__repr__()=Bio.GenBank.LocationParser.Function-class.html#__repr__,Method Bio.GenBank.LocationParser.HighBound.__repr__()=Bio.GenBank.LocationParser.HighBound-class.html#__repr__,Method Bio.GenBank.LocationParser.Integer.__repr__()=Bio.GenBank.LocationParser.Integer-class.html#__repr__,Method Bio.GenBank.LocationParser.LowBound.__repr__()=Bio.GenBank.LocationParser.LowBound-class.html#__repr__,Method Bio.GenBank.LocationParser.Path.__repr__()=Bio.GenBank.LocationParser.Path-class.html#__repr__,Method Bio.GenBank.LocationParser.Range.__repr__()=Bio.GenBank.LocationParser.Range-class.html#__repr__,Method Bio.GenBank.LocationParser.Symbol.__repr__()=Bio.GenBank.LocationParser.Symbol-class.html#__repr__,Method Bio.GenBank.LocationParser.Token.__repr__()=Bio.GenBank.LocationParser.Token-class.html#__repr__,Method Bio.GenBank.LocationParser.TwoBound.__repr__()=Bio.GenBank.LocationParser.TwoBound-class.html#__repr__,Method Bio.GenBank.LocationParser.UnsignedInteger.__repr__()=Bio.GenBank.LocationParser.UnsignedInteger-class.html#__repr__,Method Bio.PDB.Atom.Atom.__repr__()=Bio.PDB.Atom.Atom-class.html#__repr__,Method Bio.PDB.Atom.DisorderedAtom.__repr__()=Bio.PDB.Atom.DisorderedAtom-class.html#__repr__,Method Bio.PDB.Chain.Chain.__repr__()=Bio.PDB.Chain.Chain-class.html#__repr__,Method Bio.PDB.FragmentMapper'.Fragment.__repr__()=Bio.PDB.FragmentMapper%27.Fragment-class.html#__repr__,Method Bio.PDB.Model.Model.__repr__()=Bio.PDB.Model.Model-class.html#__repr__,Method Bio.PDB.PDBIO'.Select.__repr__()=Bio.PDB.PDBIO%27.Select-class.html#__repr__,Method Bio.PDB.Polypeptide.Polypeptide.__repr__()=Bio.PDB.Polypeptide.Polypeptide-class.html#__repr__,Method Bio.PDB.Residue.DisorderedResidue.__repr__()=Bio.PDB.Residue.DisorderedResidue-class.html#__repr__,Method Bio.PDB.Residue.Residue.__repr__()=Bio.PDB.Residue.Residue-class.html#__repr__,Method Bio.PDB.Structure.Structure.__repr__()=Bio.PDB.Structure.Structure-class.html#__repr__,Method Bio.PDB.Vector'.Vector.__repr__()=Bio.PDB.Vector%27.Vector-class.html#__repr__,Method Bio.Pathway.Interaction.__repr__()=Bio.Pathway.Interaction-class.html#__repr__,Method Bio.Pathway.Network.__repr__()=Bio.Pathway.Network-class.html#__repr__,Method Bio.Pathway.Reaction.__repr__()=Bio.Pathway.Reaction-class.html#__repr__,Method Bio.Pathway.Rep.Graph.Graph.__repr__()=Bio.Pathway.Rep.Graph.Graph-class.html#__repr__,Method Bio.Pathway.Rep.HashSet.HashSet.__repr__()=Bio.Pathway.Rep.HashSet.HashSet-class.html#__repr__,Method Bio.Pathway.Rep.MultiGraph.MultiGraph.__repr__()=Bio.Pathway.Rep.MultiGraph.MultiGraph-class.html#__repr__,Method Bio.Pathway.System.__repr__()=Bio.Pathway.System-class.html#__repr__,Method Bio.Phylo.BaseTree.TreeElement.__repr__()=Bio.Phylo.BaseTree.TreeElement-class.html#__repr__,Method Bio.Phylo.PhyloXML.BranchColor.__repr__()=Bio.Phylo.PhyloXML.BranchColor-class.html#__repr__,Method Bio.Restriction.Restriction.Analysis.__repr__()=Bio.Restriction.Restriction.Analysis-class.html#__repr__,Method Bio.Restriction.Restriction.FormattedSeq.__repr__()=Bio.Restriction.Restriction.FormattedSeq-class.html#__repr__,Method Bio.Restriction.Restriction.RestrictionBatch.__repr__()=Bio.Restriction.Restriction.RestrictionBatch-class.html#__repr__,Method Bio.Restriction.Restriction.RestrictionType.__repr__()=Bio.Restriction.Restriction.RestrictionType-class.html#__repr__,Method Bio.Seq.MutableSeq.__repr__()=Bio.Seq.MutableSeq-class.html#__repr__,Method Bio.Seq.Seq.__repr__()=Bio.Seq.Seq-class.html#__repr__,Method Bio.Seq.UnknownSeq.__repr__()=Bio.Seq.UnknownSeq-class.html#__repr__,Method Bio.SeqFeature.AbstractPosition.__repr__()=Bio.SeqFeature.AbstractPosition-class.html#__repr__,Method Bio.SeqFeature.AfterPosition.__repr__()=Bio.SeqFeature.AfterPosition-class.html#__repr__,Method Bio.SeqFeature.BeforePosition.__repr__()=Bio.SeqFeature.BeforePosition-class.html#__repr__,Method Bio.SeqFeature.ExactPosition.__repr__()=Bio.SeqFeature.ExactPosition-class.html#__repr__,Method Bio.SeqFeature.FeatureLocation.__repr__()=Bio.SeqFeature.FeatureLocation-class.html#__repr__,Method Bio.SeqFeature.OneOfPosition.__repr__()=Bio.SeqFeature.OneOfPosition-class.html#__repr__,Method Bio.SeqFeature.PositionGap.__repr__()=Bio.SeqFeature.PositionGap-class.html#__repr__,Method Bio.SeqFeature.Reference.__repr__()=Bio.SeqFeature.Reference-class.html#__repr__,Method Bio.SeqFeature.SeqFeature.__repr__()=Bio.SeqFeature.SeqFeature-class.html#__repr__,Method Bio.SeqFeature.UnknownPosition.__repr__()=Bio.SeqFeature.UnknownPosition-class.html#__repr__,Method Bio.SeqIO._index._IndexedSeqFileDict.__repr__()=Bio.SeqIO._index._IndexedSeqFileDict-class.html#__repr__,Method Bio.SeqIO._index._SQLiteManySeqFilesDict.__repr__()=Bio.SeqIO._index._SQLiteManySeqFilesDict-class.html#__repr__,Method Bio.SeqRecord.SeqRecord.__repr__()=Bio.SeqRecord.SeqRecord-class.html#__repr__,Method Bio.UniGene.ProtsimLine.__repr__()=Bio.UniGene.ProtsimLine-class.html#__repr__,Method Bio.UniGene.Record.__repr__()=Bio.UniGene.Record-class.html#__repr__,Method Bio.UniGene.STSLine.__repr__()=Bio.UniGene.STSLine-class.html#__repr__,Method Bio.UniGene.SequenceLine.__repr__()=Bio.UniGene.SequenceLine-class.html#__repr__,Method Bio.UniGene.UnigeneProtsimRecord.__repr__()=Bio.UniGene.UnigeneProtsimRecord-class.html#__repr__,Method Bio.UniGene.UnigeneRecord.__repr__()=Bio.UniGene.UnigeneRecord-class.html#__repr__,Method Bio.UniGene.UnigeneSTSRecord.__repr__()=Bio.UniGene.UnigeneSTSRecord-class.html#__repr__,Method Bio.UniGene.UnigeneSequenceRecord.__repr__()=Bio.UniGene.UnigeneSequenceRecord-class.html#__repr__,Method Bio.Wise.psw.AlignmentColumn.__repr__()=Bio.Wise.psw.AlignmentColumn-class.html#__repr__,Method BioSQL.BioSeqDatabase.BioSeqDatabase.__repr__()=BioSQL.BioSeqDatabase.BioSeqDatabase-class.html#__repr__,Method BioSQL.BioSeqDatabase.DBServer.__repr__()=BioSQL.BioSeqDatabase.DBServer-class.html#__repr__"><a title="Bio.Align.Generic.Alignment.__repr__
Bio.Alphabet.Alphabet.__repr__
Bio.Alphabet.AlphabetEncoder.__repr__
Bio.Application.AbstractCommandline.__repr__
Bio.Application.ApplicationError.__repr__
Bio.Crystal.Crystal.__repr__
Bio.Crystal.Hetero.__repr__
Bio.DocSQL.Query.__repr__
Bio.Entrez.Parser.DictionaryElement.__repr__
Bio.Entrez.Parser.IntegerElement.__repr__
Bio.Entrez.Parser.ListElement.__repr__
Bio.Entrez.Parser.StringElement.__repr__
Bio.Entrez.Parser.StructureElement.__repr__
Bio.Entrez.Parser.UnicodeElement.__repr__
Bio.ExPASy.Enzyme.Record.__repr__
Bio.FSSP.FSSPSumRec.__repr__
Bio.FSSP.PosAlign.__repr__
Bio.FSSP.fssp_rec.fff_rec.__repr__
Bio.GenBank.LocationParser.AbsoluteLocation.__repr__
Bio.GenBank.LocationParser.Between.__repr__
Bio.GenBank.LocationParser.FeatureName.__repr__
Bio.GenBank.LocationParser.Function.__repr__
Bio.GenBank.LocationParser.HighBound.__repr__
Bio.GenBank.LocationParser.Integer.__repr__
Bio.GenBank.LocationParser.LowBound.__repr__
Bio.GenBank.LocationParser.Path.__repr__
Bio.GenBank.LocationParser.Range.__repr__
Bio.GenBank.LocationParser.Symbol.__repr__
Bio.GenBank.LocationParser.Token.__repr__
Bio.GenBank.LocationParser.TwoBound.__repr__
Bio.GenBank.LocationParser.UnsignedInteger.__repr__
Bio.PDB.Atom.Atom.__repr__
Bio.PDB.Atom.DisorderedAtom.__repr__
Bio.PDB.Chain.Chain.__repr__
Bio.PDB.FragmentMapper'.Fragment.__repr__
Bio.PDB.Model.Model.__repr__
Bio.PDB.PDBIO'.Select.__repr__
Bio.PDB.Polypeptide.Polypeptide.__repr__
Bio.PDB.Residue.DisorderedResidue.__repr__
Bio.PDB.Residue.Residue.__repr__
Bio.PDB.Structure.Structure.__repr__
Bio.PDB.Vector'.Vector.__repr__
Bio.Pathway.Interaction.__repr__
Bio.Pathway.Network.__repr__
Bio.Pathway.Reaction.__repr__
Bio.Pathway.Rep.Graph.Graph.__repr__
Bio.Pathway.Rep.HashSet.HashSet.__repr__
Bio.Pathway.Rep.MultiGraph.MultiGraph.__repr__
Bio.Pathway.System.__repr__
Bio.Phylo.BaseTree.TreeElement.__repr__
Bio.Phylo.PhyloXML.BranchColor.__repr__
Bio.Restriction.Restriction.Analysis.__repr__
Bio.Restriction.Restriction.FormattedSeq.__repr__
Bio.Restriction.Restriction.RestrictionBatch.__repr__
Bio.Restriction.Restriction.RestrictionType.__repr__
Bio.Seq.MutableSeq.__repr__
Bio.Seq.Seq.__repr__
Bio.Seq.UnknownSeq.__repr__
Bio.SeqFeature.AbstractPosition.__repr__
Bio.SeqFeature.AfterPosition.__repr__
Bio.SeqFeature.BeforePosition.__repr__
Bio.SeqFeature.ExactPosition.__repr__
Bio.SeqFeature.FeatureLocation.__repr__
Bio.SeqFeature.OneOfPosition.__repr__
Bio.SeqFeature.PositionGap.__repr__
Bio.SeqFeature.Reference.__repr__
Bio.SeqFeature.SeqFeature.__repr__
Bio.SeqFeature.UnknownPosition.__repr__
Bio.SeqIO._index._IndexedSeqFileDict.__repr__
Bio.SeqIO._index._SQLiteManySeqFilesDict.__repr__
Bio.SeqRecord.SeqRecord.__repr__
Bio.UniGene.ProtsimLine.__repr__
Bio.UniGene.Record.__repr__
Bio.UniGene.STSLine.__repr__
Bio.UniGene.SequenceLine.__repr__
Bio.UniGene.UnigeneProtsimRecord.__repr__
Bio.UniGene.UnigeneRecord.__repr__
Bio.UniGene.UnigeneSTSRecord.__repr__
Bio.UniGene.UnigeneSequenceRecord.__repr__
Bio.Wise.psw.AlignmentColumn.__repr__
BioSQL.BioSeqDatabase.BioSeqDatabase.__repr__
BioSQL.BioSeqDatabase.DBServer.__repr__" class="py-name" href="#" onclick="return doclink('link-3', '__repr__', 'link-3');">__repr__</a></tt> </tt>
<a name="L8"></a><tt class="py-lineno"> 8</tt>  <tt class="py-line"> </tt>
<a name="fff_rec.__len__"></a><div id="fff_rec.__len__-def"><a name="L9"></a><tt class="py-lineno"> 9</tt> <a class="py-toggle" href="#" id="fff_rec.__len__-toggle" onclick="return toggle('fff_rec.__len__');">-</a><tt class="py-line">   <tt class="py-keyword">def</tt> <a class="py-def-name" href="Bio.FSSP.fssp_rec.fff_rec-class.html#__len__">__len__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="fff_rec.__len__-collapsed" style="display:none;" pad="++" indent="+++++++"></div><div id="fff_rec.__len__-expanded"><a name="L10"></a><tt class="py-lineno">10</tt>  <tt class="py-line">      <tt class="py-keyword">return</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-4" class="py-name"><a title="Bio.Seq.Seq.data
BioSQL.BioSeq.DBSeq.data" class="py-name" href="#" onclick="return doclink('link-4', 'data', 'link-0');">data</a></tt><tt class="py-op">)</tt> </tt>
</div><a name="L11"></a><tt class="py-lineno">11</tt>  <tt class="py-line">    </tt>
<a name="fff_rec.__getitem__"></a><div id="fff_rec.__getitem__-def"><a name="L12"></a><tt class="py-lineno">12</tt> <a class="py-toggle" href="#" id="fff_rec.__getitem__-toggle" onclick="return toggle('fff_rec.__getitem__');">-</a><tt class="py-line">   <tt class="py-keyword">def</tt> <a class="py-def-name" href="Bio.FSSP.fssp_rec.fff_rec-class.html#__getitem__">__getitem__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt><tt class="py-param">index</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="fff_rec.__getitem__-collapsed" style="display:none;" pad="++" indent="+++++++"></div><div id="fff_rec.__getitem__-expanded"><a name="L13"></a><tt class="py-lineno">13</tt>  <tt class="py-line">      <tt class="py-keyword">if</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt id="link-5" class="py-name" targets="Method Bio.Crystal.Chain.index()=Bio.Crystal.Chain-class.html#index,Method Bio.SCOP.Raf.SeqMap.index()=Bio.SCOP.Raf.SeqMap-class.html#index,Method Bio.Seq.MutableSeq.index()=Bio.Seq.MutableSeq-class.html#index,Function Bio.SeqIO.index()=Bio.SeqIO-module.html#index"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-5', 'index', 'link-5');">index</a></tt><tt class="py-op">,</tt> <tt class="py-name">slice</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
<a name="L14"></a><tt class="py-lineno">14</tt>  <tt class="py-line">         <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-6" class="py-name"><a title="Bio.Seq.Seq.data
BioSQL.BioSeq.DBSeq.data" class="py-name" href="#" onclick="return doclink('link-6', 'data', 'link-0');">data</a></tt><tt class="py-op">[</tt><tt id="link-7" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-7', 'index', 'link-5');">index</a></tt><tt class="py-op">]</tt> </tt>
<a name="L15"></a><tt class="py-lineno">15</tt>  <tt class="py-line">      <tt class="py-keyword">elif</tt> <tt class="py-op">(</tt><tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt id="link-8" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-8', 'index', 'link-5');">index</a></tt><tt class="py-op">,</tt> <tt class="py-name">tuple</tt><tt class="py-op">)</tt> <tt class="py-keyword">or</tt> <tt class="py-name">isinstance</tt><tt class="py-op">(</tt><tt id="link-9" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-9', 'index', 'link-5');">index</a></tt><tt class="py-op">,</tt> <tt id="link-10" class="py-name" targets="Method Bio.Pathway.Rep.HashSet.HashSet.list()=Bio.Pathway.Rep.HashSet.HashSet-class.html#list"><a title="Bio.Pathway.Rep.HashSet.HashSet.list" class="py-name" href="#" onclick="return doclink('link-10', 'list', 'link-10');">list</a></tt><tt class="py-op">)</tt><tt class="py-op">)</tt> \ </tt>
<a name="L16"></a><tt class="py-lineno">16</tt>  <tt class="py-line">      <tt class="py-keyword">and</tt> <tt class="py-name">len</tt><tt class="py-op">(</tt><tt id="link-11" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-11', 'index', 'link-5');">index</a></tt><tt class="py-op">)</tt> <tt class="py-op">==</tt> <tt class="py-number">2</tt><tt class="py-op">:</tt> </tt>
<a name="L17"></a><tt class="py-lineno">17</tt>  <tt class="py-line">         <tt class="py-comment">#Not sure if this is needed anymore:</tt> </tt>
<a name="L18"></a><tt class="py-lineno">18</tt>  <tt class="py-line">         <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-12" class="py-name"><a title="Bio.Seq.Seq.data
BioSQL.BioSeq.DBSeq.data" class="py-name" href="#" onclick="return doclink('link-12', 'data', 'link-0');">data</a></tt><tt class="py-op">[</tt><tt id="link-13" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-13', 'index', 'link-5');">index</a></tt><tt class="py-op">[</tt><tt class="py-number">0</tt><tt class="py-op">]</tt><tt class="py-op">:</tt><tt id="link-14" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-14', 'index', 'link-5');">index</a></tt><tt class="py-op">[</tt><tt class="py-number">1</tt><tt class="py-op">]</tt><tt class="py-op">]</tt> </tt>
<a name="L19"></a><tt class="py-lineno">19</tt>  <tt class="py-line">      <tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
<a name="L20"></a><tt class="py-lineno">20</tt>  <tt class="py-line">         <tt class="py-keyword">return</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-15" class="py-name"><a title="Bio.Seq.Seq.data
BioSQL.BioSeq.DBSeq.data" class="py-name" href="#" onclick="return doclink('link-15', 'data', 'link-0');">data</a></tt><tt class="py-op">[</tt><tt id="link-16" class="py-name"><a title="Bio.Crystal.Chain.index
Bio.SCOP.Raf.SeqMap.index
Bio.Seq.MutableSeq.index
Bio.SeqIO.index" class="py-name" href="#" onclick="return doclink('link-16', 'index', 'link-5');">index</a></tt><tt class="py-op">]</tt> </tt>
</div></div><a name="L21"></a><tt class="py-lineno">21</tt>  <tt class="py-line"> </tt>
<a name="L22"></a><tt class="py-lineno">22</tt>  <tt class="py-line"><tt class="py-comment"># Definition of the align section in a FSSP file</tt> </tt>
<a name="align"></a><div id="align-def"><a name="L23"></a><tt class="py-lineno">23</tt> <a class="py-toggle" href="#" id="align-toggle" onclick="return toggle('align');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="Bio.FSSP.fssp_rec.align-class.html">align</a><tt class="py-op">(</tt><tt class="py-base-class">object</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="align-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="align-expanded"><a name="L24"></a><tt class="py-lineno">24</tt>  <tt class="py-line">   <tt id="link-17" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.abs_res_num=Bio.FSSP.fssp_rec.align-class.html#abs_res_num"><a title="Bio.FSSP.fssp_rec.align.abs_res_num" class="py-name" href="#" onclick="return doclink('link-17', 'abs_res_num', 'link-17');">abs_res_num</a></tt> <tt class="py-op">=</tt> <tt class="py-op">(</tt><tt class="py-number">0</tt><tt class="py-op">,</tt><tt class="py-number">4</tt><tt class="py-op">)</tt> </tt>
<a name="L25"></a><tt class="py-lineno">25</tt>  <tt class="py-line">   <tt id="link-18" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.pdb_res_num=Bio.FSSP.fssp_rec.align-class.html#pdb_res_num"><a title="Bio.FSSP.fssp_rec.align.pdb_res_num" class="py-name" href="#" onclick="return doclink('link-18', 'pdb_res_num', 'link-18');">pdb_res_num</a></tt> <tt class="py-op">=</tt> <tt class="py-op">(</tt><tt class="py-number">4</tt><tt class="py-op">,</tt><tt class="py-number">9</tt><tt class="py-op">)</tt> </tt>
<a name="L26"></a><tt class="py-lineno">26</tt>  <tt class="py-line">   <tt id="link-19" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.chain_id=Bio.FSSP.fssp_rec.align-class.html#chain_id"><a title="Bio.FSSP.fssp_rec.align.chain_id" class="py-name" href="#" onclick="return doclink('link-19', 'chain_id', 'link-19');">chain_id</a></tt> <tt class="py-op">=</tt> <tt class="py-number">10</tt> </tt>
<a name="L27"></a><tt class="py-lineno">27</tt>  <tt class="py-line">   <tt id="link-20" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.res_name=Bio.FSSP.fssp_rec.align-class.html#res_name"><a title="Bio.FSSP.fssp_rec.align.res_name" class="py-name" href="#" onclick="return doclink('link-20', 'res_name', 'link-20');">res_name</a></tt> <tt class="py-op">=</tt> <tt class="py-number">12</tt> </tt>
<a name="L28"></a><tt class="py-lineno">28</tt>  <tt class="py-line">   <tt id="link-21" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.ss1=Bio.FSSP.fssp_rec.align-class.html#ss1"><a title="Bio.FSSP.fssp_rec.align.ss1" class="py-name" href="#" onclick="return doclink('link-21', 'ss1', 'link-21');">ss1</a></tt> <tt class="py-op">=</tt> <tt class="py-number">15</tt> </tt>
<a name="L29"></a><tt class="py-lineno">29</tt>  <tt class="py-line">   <tt id="link-22" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.turn3=Bio.FSSP.fssp_rec.align-class.html#turn3"><a title="Bio.FSSP.fssp_rec.align.turn3" class="py-name" href="#" onclick="return doclink('link-22', 'turn3', 'link-22');">turn3</a></tt> <tt class="py-op">=</tt> <tt class="py-number">17</tt> </tt>
<a name="L30"></a><tt class="py-lineno">30</tt>  <tt class="py-line">   <tt id="link-23" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.turn4=Bio.FSSP.fssp_rec.align-class.html#turn4"><a title="Bio.FSSP.fssp_rec.align.turn4" class="py-name" href="#" onclick="return doclink('link-23', 'turn4', 'link-23');">turn4</a></tt> <tt class="py-op">=</tt> <tt class="py-number">18</tt> </tt>
<a name="L31"></a><tt class="py-lineno">31</tt>  <tt class="py-line">   <tt id="link-24" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.turn5=Bio.FSSP.fssp_rec.align-class.html#turn5"><a title="Bio.FSSP.fssp_rec.align.turn5" class="py-name" href="#" onclick="return doclink('link-24', 'turn5', 'link-24');">turn5</a></tt> <tt class="py-op">=</tt> <tt class="py-op">(</tt><tt class="py-number">20</tt><tt class="py-op">,</tt><tt class="py-number">22</tt><tt class="py-op">)</tt> </tt>
<a name="L32"></a><tt class="py-lineno">32</tt>  <tt class="py-line">   <tt id="link-25" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.acc=Bio.FSSP.fssp_rec.align-class.html#acc"><a title="Bio.FSSP.fssp_rec.align.acc" class="py-name" href="#" onclick="return doclink('link-25', 'acc', 'link-25');">acc</a></tt> <tt class="py-op">=</tt> <tt class="py-op">(</tt><tt class="py-number">34</tt><tt class="py-op">,</tt><tt class="py-number">37</tt><tt class="py-op">)</tt> </tt>
<a name="L33"></a><tt class="py-lineno">33</tt>  <tt class="py-line">   <tt id="link-26" class="py-name" targets="Variable Bio.FSSP.fssp_rec.align.start_aa_list=Bio.FSSP.fssp_rec.align-class.html#start_aa_list"><a title="Bio.FSSP.fssp_rec.align.start_aa_list" class="py-name" href="#" onclick="return doclink('link-26', 'start_aa_list', 'link-26');">start_aa_list</a></tt> <tt class="py-op">=</tt> <tt class="py-number">42</tt> </tt>
</div><a name="L34"></a><tt class="py-lineno">34</tt>  <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Thu Aug 18 18:22:29 2011
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>