Trees | Index | Help |
---|
Package Bio :: Package Nexus :: Module Nexus :: Class CharBuffer |
|
Method Summary | |
---|---|
__init__(self,
string)
| |
next(self)
| |
next_nonwhitespace(self)
| |
next_until(self,
target)
| |
Return the next NEXUS word from a string, dealing with single and double quotes, whitespace and punctuation. | |
peek(self)
| |
peek_nonwhitespace(self)
| |
peek_word(self,
word)
| |
Return the rest of the string without parsing. | |
skip_whitespace(self)
|
Method Details |
---|
next_word(self)Return the next NEXUS word from a string, dealing with single and double quotes, whitespace and punctuation. |
rest(self)Return the rest of the string without parsing. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Jan 31 09:58:00 2007 | http://epydoc.sf.net |