OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, func) |
def | __get__ (self, obj, cls) |
Data Fields | |
func | |
A property that is computed once per instance. Upon being computed it replaces itself with an ordinary attribute. Deleting the attribute resets the property. Source: https://github.com/bottlepy/bottle/blob/1de24157e74a6971d136550afe1b63eec5b0df2b/bottle.py#L234-L246
def __init__ | ( | self, | |
func | |||
) |
def __get__ | ( | self, | |
obj, | |||
cls | |||
) |
func |