Trees | Index | Help |
---|
Package Bio :: Module Decode :: Class DecodeScanner |
|
GenericScanner
--+
|
DecodeScanner
Method Summary | |
---|---|
__init__(self)
| |
\) | |
, | |
[+-]?((\d+(\.\d*)?)|\.\d+)([eE][+-]?[0-9]+)? | |
\w+(\.\w+)* | |
\( | |
\| | |
"([^"\\]+|\\.)*"|'([^'\\]+|\\.)*' | |
\s+ | |
tokenize(self,
input)
| |
Inherited from GenericScanner | |
| |
| |
| |
( . |
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+ |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Mar 31 20:15:38 2005 | http://epydoc.sf.net |