예제 #1
0
파일: search.py 프로젝트: jcrombez/Mailpile
 def state_as_query_args(self):
     return Command.state_as_query_args(self)
예제 #2
0
 def state_as_query_args(self):
     try:
         return self._search_state
     except (AttributeError, NameError):
         return Command.state_as_query_args(self)
예제 #3
0
파일: search.py 프로젝트: jcrombez/Mailpile
 def state_as_query_args(self):
     try:
         return self._search_state
     except (AttributeError, NameError):
         return Command.state_as_query_args(self)
예제 #4
0
 def state_as_query_args(self):
     return Command.state_as_query_args(self)