Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pip._vendor.colorama.ansitowin32.StreamWrapper Class Reference
Inheritance diagram for pip._vendor.colorama.ansitowin32.StreamWrapper:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.colorama.ansitowin32.StreamWrapper:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, wrapped, converter)
 
 __getattr__ (self, name)
 
 __enter__ (self, *args, **kwargs)
 
 __exit__ (self, *args, **kwargs)
 
 __setstate__ (self, state)
 
 __getstate__ (self)
 
 write (self, text)
 
 isatty (self)
 
 closed (self)
 

Detailed Description

Wraps a stream (such as stdout), acting as a transparent proxy for all
attribute access apart from method 'write()', which is delegated to our
Converter instance.

The documentation for this class was generated from the following file: