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

Static Public Attributes

int order = 1
 
tuple head
 
- Static Public Attributes inherited from pip._internal.exceptions.HashError
Optional req = None
 
str head = ""
 
int order = -1
 

Additional Inherited Members

- Public Member Functions inherited from pip._internal.exceptions.HashError
str body (self)
 
str __str__ (self)
 
- Public Attributes inherited from pip._internal.exceptions.HashError
 req
 
- Protected Member Functions inherited from pip._internal.exceptions.HashError
str _requirement_name (self)
 

Detailed Description

A hash was provided for a version-control-system-based requirement, but
we don't have a method for hashing those.

Member Data Documentation

◆ head

tuple pip._internal.exceptions.DirectoryUrlHashUnsupported.head
static
Initial value:
= (
"Can't verify hashes for these file:// requirements because they "
"point to directories:"
)

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