Table of Contents

Module: Decode Bio/Decode.py
Imported modules   
from Bio.Tools.Parsers.spark import GenericScanner, GenericParser
import string
Functions   
_fixup_defs
_verify_subtypes
chomp
chompchomp
fixspaces
join_english
join_fixspaces
lchomp
make_decoder
make_typechecked_decoder
parse
safe_int
scan
test
tr
unescape_C
  _fixup_defs 
_fixup_defs ()

  _verify_subtypes 
_verify_subtypes (
        subset,
        total,
        old_name,
        new_name,
        )

Exceptions   
TypeError("%s can produce a %r value not accepted by %s" %( old_name, x.__name__, new_name ) )
  chomp 
chomp ( s,  c )

  chompchomp 
chompchomp ( s,  c )

  fixspaces 
fixspaces ( s )

  join_english 
join_english ( fields )

  join_fixspaces 
join_fixspaces ( lines )

  lchomp 
lchomp ( s,  c )

  make_decoder 
make_decoder ( s )

  make_typechecked_decoder 
make_typechecked_decoder (
        s,
        input_types=None,
        output_types=None,
        )

Exceptions   
TypeError("the input type includes %r which isn't supported by %s" %( x.__name__, f.name ) )
  parse 
parse ( tokens )

  safe_int 
safe_int ( s )

converts to int if the number is small, long if it's large

  scan 
scan ( input )

  test 
test ()

  tr 
tr (
        s,
        frm,
        to,
        )

  unescape_C 
unescape_C ( s )

Exceptions   
ValueError( "invalid \\x escape" )
Classes   
DecodeParser
DecodeScanner
Float
Function
FunctionCall
FunctionCallChain
FunctionName
Integer
String
Token
ValueToken

Table of Contents

This document was automatically generated on Mon Jul 1 12:02:43 2002 by HappyDoc version 2.0.1