OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, interpreter, abi, platform) |
def | interpreter (self) |
def | abi (self) |
def | platform (self) |
def | __eq__ (self, other) |
def | __hash__ (self) |
def | __str__ (self) |
def | __repr__ (self) |
Data Fields | |
platform | |
abi | |
interpreter | |
A representation of the tag triple for a wheel. Instances are considered immutable and thus are hashable. Equality checking is also supported.
def __init__ | ( | self, | |
interpreter, | |||
abi, | |||
platform | |||
) |
def __eq__ | ( | self, | |
other | |||
) |
def __hash__ | ( | self | ) |
def __repr__ | ( | self | ) |
def __str__ | ( | self | ) |
def abi | ( | self | ) |
def interpreter | ( | self | ) |
def platform | ( | self | ) |
abi |
interpreter |
platform |