Exemplo n.º 1
0
 def applicable(self, instance):
     return ReadMixin.applicable(self, instance)
Exemplo n.º 2
0
 def applicable(self, instance):
     return ReadMixin.applicable(self, instance)
Exemplo n.º 3
0
 def __init__(self, label_text=None, attribute_name=None):
     Single.__init__(self, label_text)
     ReadMixin.__init__(self, attribute_name)
Exemplo n.º 4
0
 def __init__(self, label_text=None, attribute_name=None):
     Single.__init__(self, label_text)
     ReadMixin.__init__(self, attribute_name)