예제 #1
0
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
예제 #2
0
파일: declarations.py 프로젝트: alga/vejas
 def __init__(self, *interfaces):
     Specification.__init__(self, _normalizeargs(interfaces))
예제 #3
0
 def __init__(self, *bases):
     Specification.__init__(self, _normalizeargs(bases))