Ejemplo n.º 1
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
Ejemplo n.º 2
0
 def changed(self):
     Specification.changed(self)
     try:
         del self._v_attrs
     except AttributeError:
         pass
Ejemplo n.º 3
0
 def changed(self, originally_changed):
     Specification.changed(self, originally_changed)
     try:
         del self._v_attrs
     except AttributeError:
         pass
Ejemplo n.º 4
0
 def changed(self, originally_changed):
     Specification.changed(self, originally_changed)
     try:
         del self._v_attrs
     except AttributeError:
         pass
Ejemplo n.º 5
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
Ejemplo n.º 6
0
 def __providedBy__(self):
     # Hack to bind different widgets.
     return Specification(
         (implementedBy(self.__class__), providedBy(self._field)))
Ejemplo n.º 7
0
 def __init__(self, *bases):
     Specification.__init__(self, _normalizeargs(bases))