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