Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
pip._internal.network.auth.KeyRingPythonProvider Class Reference
Inheritance diagram for pip._internal.network.auth.KeyRingPythonProvider:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.network.auth.KeyRingPythonProvider:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self)
 
Optional[AuthInfo] get_auth_info (self, str url, Optional[str] username)
 
None save_auth_info (self, str url, str username, str password)
 

Public Attributes

 keyring
 

Static Public Attributes

bool has_keyring = True
 
- Static Public Attributes inherited from pip._internal.network.auth.KeyRingBaseProvider
bool has_keyring
 

Detailed Description

Keyring interface which uses locally imported `keyring`

Member Function Documentation

◆ get_auth_info()

Optional[AuthInfo] pip._internal.network.auth.KeyRingPythonProvider.get_auth_info (   self,
str  url,
Optional[str]  username 
)

◆ save_auth_info()

None pip._internal.network.auth.KeyRingPythonProvider.save_auth_info (   self,
str  url,
str  username,
str  password 
)

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