Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
pip._vendor.urllib3 Namespace Reference

Functions

 add_stderr_logger (level=logging.DEBUG)
 
 disable_warnings (category=exceptions.HTTPWarning)
 

Variables

 category
 
 stacklevel
 
 SecurityWarning
 
 append
 
 SubjectAltNameWarning
 
 InsecurePlatformWarning
 
 SNIMissingWarning
 

Detailed Description

Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more

Function Documentation

◆ add_stderr_logger()

pip._vendor.urllib3.add_stderr_logger (   level = logging.DEBUG)
Helper for quickly adding a StreamHandler to the logger. Useful for
debugging.

Returns the handler after adding it.

◆ disable_warnings()

pip._vendor.urllib3.disable_warnings (   category = exceptions.HTTPWarning)
Helper for quickly disabling all urllib3 warnings.