Table of Contents
pydoc
doctest
doctest.DebugRunner
doctest.DocFileCase
doctest.DocTest
doctest.DocTestCase
doctest.DocTestFinder
doctest.DocTestParser
doctest.DocTestRunner
doctest.Example
doctest.OutputChecker
doctest.SkipDocTestCase
doctest.StringIO
doctest.TestResults
doctest.Tester
unittest
test
StringIO.
writelines
Write a sequence of strings to the file. The sequence can be any iterable object producing strings, typically a list of strings. There is no return value.
(The name is intended to match readlines(); writelines() does not add line separators.)