def get_args_spec(self):
     req, opt = TextBox.get_args_spec(self)
     return req + ['boxes'], opt
Beispiel #2
0
 def get_args_spec(self):
     req, opt = TextBox.get_args_spec(self)
     return req, opt + ['separators']
 def get_args_spec(self):
     req, opt = TextBox.get_args_spec(self)
     return req + ['boxes'], opt