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

Static Public Attributes

int order = 3
 
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 requirement had a hash specified but was not pinned to a specific
version.

Member Data Documentation

◆ head

tuple pip._internal.exceptions.HashUnpinned.head
static
Initial value:
= (
"In --require-hashes mode, all requirements must have their "
"versions pinned with ==. These do not:"
)

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