Table of Contents

Class: DecodeScanner Bio/Decode.py
Base Classes   
GenericScanner
Methods   
__init__
t_close_paren
t_comma
t_float
t_functionname
t_open_paren
t_pipe
t_string
t_whitespace
tokenize
  __init__ 
__init__ ( self )

  t_close_paren 
t_close_paren ( self,  input )

\)

  t_comma 
t_comma ( self,  input )

,

  t_float 
t_float ( self,  input )

[+-]?((\d+(\.\d*)?)|\.\d+)([eE][+-]?[0-9]+)?

  t_functionname 
t_functionname ( self,  input )

\w+(\.\w+)*

  t_open_paren 
t_open_paren ( self,  input )

\(

  t_pipe 
t_pipe ( self,  input )

\|

  t_string 
t_string ( self,  input )

"([^"\\]+|\\.)"|'([^'\\]+|\\.)'

  t_whitespace 
t_whitespace ( self,  input )

\s+

  tokenize 
tokenize ( self,  input )


Table of Contents

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