Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
pip._internal.models.direct_url.DirectUrl Class Reference

Public Member Functions

None __init__ (self, str url, InfoType info, Optional[str] subdirectory=None)
 
str redacted_url (self)
 
None validate (self)
 
"DirectUrl" from_dict (cls, Dict[str, Any] d)
 
Dict[str, Any] to_dict (self)
 
"DirectUrl" from_json (cls, str s)
 
str to_json (self)
 
bool is_local_editable (self)
 

Public Attributes

 url
 
 info
 
 subdirectory
 

Protected Member Functions

str _remove_auth_from_netloc (self, str netloc)
 

Member Function Documentation

◆ redacted_url()

str pip._internal.models.direct_url.DirectUrl.redacted_url (   self)
url with user:password part removed unless it is formed with
environment variables as specified in PEP 610, or it is ``git``
in the case of a git URL.

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