pyre.parsing.InputStream¶
Module Contents¶
-
class
pyre.parsing.InputStream.InputStream(uri, stream, line=0, column=0, **kwds)¶ A wrapper over input streams that maintains location information
-
uri¶
-
stream¶
-
line= 0¶
-
column= 0¶
-
text¶
-
match(self, scanner, tokenizer)¶ Attempt to match the text at my current position using the given regular expression
-
update(self, client=None)¶ Prepare to process more text from my input stream
-