예제 #1
0
파일: uno.py 프로젝트: beppec56/openoffice
 def __init__(self, typeName, typeClass):
     self.typeName = typeName
     self.typeClass = typeClass
     pyuno.checkType(self)
예제 #2
0
 def __init__(self, typeName, typeClass):
     self.typeName = typeName
     self.typeClass = typeClass
     pyuno.checkType(self)