예제 #1
0
 def getRealProperty(self, coverindex: int,
                     property: RealProperty) -> float:
     raise UnimplError()
예제 #2
0
 def setToolCategory(self, category: str):
     raise UnimplError()
예제 #3
0
 def getVendorId(self) -> str:
     raise UnimplError()
예제 #4
0
 def setUserName(self, user: str):
     raise UnimplError()
예제 #5
0
 def setCost(self, cost: int):
     raise UnimplError()
예제 #6
0
 def setCompulsory(self, compulsory: [str]):
     raise UnimplError()
예제 #7
0
 def setDate(self, date: int):
     raise UnimplError()
예제 #8
0
 def accept(self, v):
     raise UnimplError()
예제 #9
0
 def getIthCoverItem(self, i)->CoverItem:
     raise UnimplError()
예제 #10
0
 def getHandleProperty(self, coverindex: int,
                       property: HandleProperty) -> 'Scope':
     raise UnimplError()
예제 #11
0
 def setHandleProperty(self, coverindex: int, property: HandleProperty,
                       value: 'Scope'):
     raise UnimplError()
예제 #12
0
 def setStringProperty(self, coverindex: int, property: StrProperty,
                       value: str):
     raise UnimplError()
예제 #13
0
 def getStringProperty(self, coverindex: int, property: StrProperty) -> str:
     raise UnimplError()
예제 #14
0
 def setRealProperty(self, coverindex: int, property: RealProperty,
                     value: float):
     raise UnimplError()
예제 #15
0
 def setArgs(self, args: [str]):
     raise UnimplError()
예제 #16
0
 def setCoverGoal(self, goal: int):
     raise UnimplError()
예제 #17
0
 def getCompulsory(self) -> [str]:
     raise UnimplError()
예제 #18
0
 def getCoverGoal(self) -> int:
     raise UnimplError()
예제 #19
0
 def getDate(self) -> int:
     raise UnimplError()
예제 #20
0
 def getSeed(self) -> str:
     raise UnimplError()
예제 #21
0
 def getUserName(self) -> str:
     raise UnimplError()
예제 #22
0
 def setSeed(self, seed: str):
     raise UnimplError()
예제 #23
0
 def getCost(self) -> int:
     raise UnimplError()
예제 #24
0
 def getCmd(self) -> str:
     raise UnimplError()
예제 #25
0
 def getToolCategory(self) -> str:
     raise UnimplError()
예제 #26
0
 def setCmd(self, cmd: str):
     raise UnimplError()
예제 #27
0
 def getUCISVersion(self) -> str:
     raise UnimplError()
예제 #28
0
 def getArgs(self) -> [str]:
     raise UnimplError()
예제 #29
0
 def setVendorId(self, tool: str):
     raise UnimplError()
예제 #30
0
 def setIntProperty(self, coverindex: int, property: IntProperty,
                    value: int):
     raise UnimplError()