mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-30 07:16:19 +00:00
docstring
This commit is contained in:
parent
ad2df670e6
commit
dc5ed66815
@ -193,6 +193,11 @@ def initialize():
|
||||
|
||||
|
||||
class UnicodeOutput(object):
|
||||
"""
|
||||
``UnicodeOutput`` is a file-like object that encodes unicode to UTF-8 and
|
||||
writes it to another file or writes unicode natively to the Windows
|
||||
console.
|
||||
"""
|
||||
def __init__(self, hConsole, stream, fileno, name, _complain):
|
||||
self._hConsole = hConsole
|
||||
self._stream = stream
|
||||
|
Loading…
x
Reference in New Issue
Block a user