Package Bio :: Module Decode
[show private | hide private]
[frames | no frames]

Module Bio.Decode

Classes
DecodeParser  
DecodeScanner  
Float  
Function  
FunctionCall  
FunctionCallChain  
FunctionName  
Integer  
String  
Token  
ValueToken  

Function Summary
  chomp(s, c)
  chompchomp(s, c)
  fixspaces(s)
  join_english(fields)
  join_fixspaces(lines)
  lchomp(s, c)
  make_decoder(s)
  make_typechecked_decoder(s, input_types, output_types)
  parse(tokens)
  safe_int(s)
converts to int if the number is small, long if it's large
  scan(input)
  test()
  tr(s, frm, to)
  unescape_C(s)
  _fixup_defs()
  _verify_subtypes(subset, total, old_name, new_name)

Variable Summary
dict decode_functions = {'upper': (<function <lambda> at 0x70...
dict _decoder_cache = {}
dict _typechecked_decoder_cache = {}

Function Details

safe_int(s)

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

Variable Details

decode_functions

Type:
dict
Value:
{'add': (<function <lambda> at 0x70ca3ef0>, (<type 'int'>,), (<type 'i\
nt'>,)),
 'chomp': (<function chomp at 0x70c9d670>, (<type 'str'>,), (<type 'st\
r'>,)),
 'chompchomp': (<function chompchomp at 0x70c9d6f0>,
                (<type 'str'>,),
                (<type 'str'>,)),
 'chop': (<function <lambda> at 0x70c9d830>, (<type 'str'>,), (<type '\
...                                                                    

_decoder_cache

Type:
dict
Value:
{}                                                                     

_typechecked_decoder_cache

Type:
dict
Value:
{}                                                                     

Generated by Epydoc 2.1 on Thu Aug 10 20:05:33 2006 http://epydoc.sf.net