Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
pip._vendor.rich.console.Capture Class Reference

Public Member Functions

None __init__ (self, "Console" console)
 
"Capture" __enter__ (self)
 
None __exit__ (self, Optional[Type[BaseException]] exc_type, Optional[BaseException] exc_val, Optional[TracebackType] exc_tb)
 
str get (self)
 

Protected Attributes

 _console
 
 _result
 

Detailed Description

Context manager to capture the result of printing to the console.
See :meth:`~rich.console.Console.capture` for how to use.

Args:
    console (Console): A console instance to capture output.

Member Function Documentation

◆ get()

str pip._vendor.rich.console.Capture.get (   self)
Get the result of the capture.

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