3 def AddDevice(self,Name,Ports,SParams=None,Type='device'): 4 self.append(Device(Name,Ports,Type)) 5 if isinstance(SParams,list): 6 self.
確定! 回上一頁