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