Esempio n. 1
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
Esempio n. 2
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
Esempio n. 3
0
 def __init__(self, *bases):
     Specification.__init__(self, _normalizeargs(bases))