Searched defs:TextWriter (Results 1 - 4 of 4) sorted by relevance

/external/selinux/gui/
H A Dhtml_util.py41 class TextWriter(Formatter.DumbWriter): class in inherits:Formatter.DumbWriter
134 formatter = Formatter.AbstractFormatter(TextWriter(buffer, maxcol))
/external/python/cpython2/Doc/tools/extensions/
H A Dpyspecific.py155 from sphinx.writers.text import TextWriter namespace
171 writer = TextWriter(self)
/external/python/cpython3/Doc/tools/extensions/
H A Dpyspecific.py27 from sphinx.writers.text import TextWriter namespace
299 writer = TextWriter(self)
/external/protobuf/python/google/protobuf/
H A Dtext_format.py80 class TextWriter(object): class in inherits:object
126 out = TextWriter(as_utf8)

Completed in 413 milliseconds