def get_args_spec(self):
     req, opt = ListMultiCol.get_args_spec(self)
     return req, opt + ['can_delete', 'can_delete_dyn', 'extra_html']
예제 #2
0
 def get_args_spec(self):
     req, opt = ListMultiCol.get_args_spec(self)
     return req, opt + ['can_delete', 'can_delete_dyn', 'extra_html']