Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __iter__ |
def | close |
def | isatty |
def | seek |
def | tell |
def | read |
def | readline |
def | readlines |
def | truncate |
def | write |
def | writelines |
def | flush |
def | getvalue |
Data Fields | |
buf | |
len | |
buflist | |
pos | |
closed | |
softspace | |
Definition at line 39 of file StringIO.py.
def __init__ | ( | self, | |
buf = '' |
|||
) |
Definition at line 40 of file StringIO.py.
References locale.str().
def __iter__ | ( | self) |
Definition at line 51 of file StringIO.py.
References _Subfile.readline(), MultiFile.readline(), StringIO.readline(), SSLFakeFile.readline(), FileInput.readline(), StreamReader.readline(), _fileobject.readline(), GzipFile.readline(), StreamReaderWriter.readline(), StreamRecoder.readline(), ListReader.readline(), Unpickler.readline, and addbase.readline.
def close | ( | self) |
Definition at line 54 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.closed, Chunk.closed, _Subfile.pos, StringIO.pos, MatchObject.pos, and AddrlistClass.pos.
def flush | ( | self) |
Definition at line 163 of file StringIO.py.
References StringIO.closed, and Chunk.closed.
def getvalue | ( | self) |
Definition at line 167 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.buflist, and dospath.join().
def isatty | ( | self) |
Definition at line 59 of file StringIO.py.
References StringIO.closed, and Chunk.closed.
def read | ( | self, | |
n = -1 |
|||
) |
Definition at line 81 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.buflist, StringIO.closed, Chunk.closed, dospath.join(), StringIO.len, sre_parse.min, _Subfile.pos, StringIO.pos, MatchObject.pos, and AddrlistClass.pos.
def readline | ( | self, | |
length = None |
|||
) |
Definition at line 95 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.buflist, StringIO.closed, Chunk.closed, dospath.join(), StringIO.len, _Subfile.pos, StringIO.pos, MatchObject.pos, and AddrlistClass.pos.
def readlines | ( | self, | |
sizehint = 0 |
|||
) |
Definition at line 113 of file StringIO.py.
References StringIO.len, _Subfile.readline(), MultiFile.readline(), StringIO.readline(), SSLFakeFile.readline(), FileInput.readline(), StreamReader.readline(), _fileobject.readline(), GzipFile.readline(), StreamReaderWriter.readline(), StreamRecoder.readline(), ListReader.readline(), Unpickler.readline, and addbase.readline.
def seek | ( | self, | |
pos, | |||
mode = 0 |
|||
) |
Definition at line 64 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.buflist, StringIO.closed, Chunk.closed, dospath.join(), StringIO.len, sre_parse.max, _Subfile.pos, StringIO.pos, MatchObject.pos, and AddrlistClass.pos.
def tell | ( | self) |
Definition at line 76 of file StringIO.py.
References StringIO.closed, Chunk.closed, _Subfile.pos, StringIO.pos, MatchObject.pos, and AddrlistClass.pos.
def truncate | ( | self, | |
size = None |
|||
) |
Definition at line 125 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.closed, Chunk.closed, StringIO.getvalue(), FieldStorage.getvalue(), _Subfile.pos, StringIO.pos, MatchObject.pos, and AddrlistClass.pos.
def write | ( | self, | |
s | |||
) |
Definition at line 136 of file StringIO.py.
References StringIO.buf, _SpoofOut.buf, StringIO.buflist, StringIO.closed, Chunk.closed, dospath.join(), StringIO.len, _Subfile.pos, StringIO.pos, MatchObject.pos, AddrlistClass.pos, and locale.str().
def writelines | ( | self, | |
list | |||
) |
Definition at line 160 of file StringIO.py.
References dospath.join(), Devnull.write(), Pickler.write, openrsrc.write(), _Hqxcoderengine.write(), StreamWriter.write(), GzipFile.write(), StringIO.write(), _Rlecoderengine.write(), InteractiveInterpreter.write(), _fileobject.write(), BinHex.write(), StreamReaderWriter.write(), ConfigParser.write(), _SpoofOut.write(), StreamRecoder.write(), Marshaller.write, and file_wrapper.write.
buf |
Definition at line 44 of file StringIO.py.
buflist |
Definition at line 46 of file StringIO.py.
closed |
Definition at line 48 of file StringIO.py.
len |
Definition at line 45 of file StringIO.py.
pos |
Definition at line 47 of file StringIO.py.
softspace |
Definition at line 49 of file StringIO.py.