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

Class DecodeScanner

GenericScanner --+
                 |
                DecodeScanner


Method Summary
  __init__(self)
  t_close_paren(self, input)
\)
  t_comma(self, input)
,
  t_float(self, input)
[+-]?((\d+(\.\d*)?)|\.\d+)([eE][+-]?[0-9]+)?
  t_functionname(self, input)
\w+(\.\w+)*
  t_open_paren(self, input)
\(
  t_pipe(self, input)
\|
  t_string(self, input)
"([^"\\]+|\\.)*"|'([^'\\]+|\\.)*'
  t_whitespace(self, input)
\s+
  tokenize(self, input)
    Inherited from GenericScanner
  error(self, s, pos)
  makeRE(self, name)
  reflect(self)
  t_default(self, s)
( .

Method Details

t_close_paren(self, input)

\)

t_comma(self, input)

,

t_float(self, input)

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

t_functionname(self, input)

\w+(\.\w+)*

t_open_paren(self, input)

\(

t_pipe(self, input)

\|

t_string(self, input)

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

t_whitespace(self, input)

\s+

Generated by Epydoc 2.1 on Thu Mar 31 20:15:38 2005 http://epydoc.sf.net