Exemplo n.º 1
0
 def changed(self, originally_changed):
     Specification.changed(self, originally_changed)
     try:
         del self._v_attrs
     except AttributeError:
         pass
Exemplo n.º 2
0
 def changed(self, originally_changed):
     Specification.changed(self, originally_changed)
     try:
         del self._v_attrs
     except AttributeError:
         pass
Exemplo n.º 3
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
Exemplo n.º 4
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))