![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | getSourceName |
![]() | |
def | __init__ |
def | reset |
def | consume |
def | LA |
def | LT |
def | index |
def | size |
def | mark |
def | rewind |
def | release |
def | seek |
def | substring |
def | getLine |
def | getCharPositionInLine |
def | setLine |
def | setCharPositionInLine |
def | getSourceName |
![]() | |
def | substring |
def | LT |
def | getLine |
def | setLine |
def | getCharPositionInLine |
def | setCharPositionInLine |
![]() | |
def | consume |
def | LA |
def | mark |
def | index |
def | rewind |
def | release |
def | seek |
def | size |
def | getSourceName |
Public Attributes | |
fileName | |
![]() | |
p | |
line | |
charPositionInLine | |
lastMarker | |
markDepth | |
Additional Inherited Members | |
![]() | |
int | EOF = -1 |
@brief CharStream that opens a file to read the data. This is a char buffer stream that is loaded from a file all at once when you construct the object.
def google.appengine._internal.antlr3.streams.ANTLRFileStream.__init__ | ( | self, | |
fileName, | |||
encoding = None |
|||
) |
@param fileName The path to the file to be opened. The file will be opened with mode 'rb'. @param encoding If you set the optional encoding argument, then the data will be decoded on the fly.
def google.appengine._internal.antlr3.streams.ANTLRFileStream.getSourceName | ( | self | ) |
Deprecated, access o.fileName directly.