コード例 #1
0
 def get_arguments(self):
     """Get the command object arguments"""
     return CommandObject.get_arguments(self)
コード例 #2
0
    def get_arguments(self):
        if self.name() == "Anneal":
            self.add_argument("Time [s]", "float")

        return CommandObject.get_arguments(self)
コード例 #3
0
 def get_arguments(self):
     """Get the command object arguments"""
     if self.name() == "Anneal":
         self.add_argument("Time [s]", "float")
     return CommandObject.get_arguments(self)