|
|
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) |
| |
|
|
str | _remove_auth_from_netloc (self, str netloc) |
| |
◆ 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:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py