Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Text UI. More...
Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | writeln |
Data Fields | |
stream | |
Text UI.
Used to decorate file-like objects with a handy 'writeln' method
Definition at line 519 of file unittest.py.
def __getattr__ | ( | self, | |
attr | |||
) |
Definition at line 524 of file unittest.py.
References StreamWriter.stream, StreamReader.stream, StreamReaderWriter.stream, StreamRecoder.stream, and _WritelnDecorator.stream.
def writeln | ( | self, | |
args | |||
) |
Definition at line 527 of file unittest.py.
References Devnull.write(), IOmessageWriter.write(), Pickler.write, openrsrc.write(), _Hqxcoderengine.write(), StreamWriter.write(), GzipFile.write(), StringIO.write(), _Rlecoderengine.write(), InteractiveInterpreter.write(), _fileobject.write(), BinHex.write(), Telnet.write(), StreamReaderWriter.write(), ConfigParser.write(), ZipFile.write(), _SpoofOut.write(), StreamRecoder.write(), Marshaller.write, and file_wrapper.write.
stream |
Definition at line 522 of file unittest.py.