Exemple #1
0
 def state_as_query_args(self):
     return Command.state_as_query_args(self)
Exemple #2
0
 def state_as_query_args(self):
     try:
         return self._search_state
     except (AttributeError, NameError):
         return Command.state_as_query_args(self)
Exemple #3
0
 def state_as_query_args(self):
     try:
         return self._search_state
     except (AttributeError, NameError):
         return Command.state_as_query_args(self)
Exemple #4
0
 def state_as_query_args(self):
     return Command.state_as_query_args(self)