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

Public Member Functions

None __init__ (self, "Console" console, IO[str] file)
 
IO[str] rich_proxied_file (self)
 
Any __getattr__ (self, str name)
 
int write (self, str text)
 
None flush (self)
 
int fileno (self)
 

Detailed Description

Wraps a file (e.g. sys.stdout) and redirects writes to a console.

Member Function Documentation

◆ rich_proxied_file()

IO[str] pip._vendor.rich.file_proxy.FileProxy.rich_proxied_file (   self)
Get proxied file.

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