示例#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()