Пример #1
0
 def _from_request_impl(self, value):
     return timestamp_from_user(value, self._illegal_element)
Пример #2
0
 def _from_request_impl(self, value):
     return timestamp_from_user(value, self._illegal_element)
Пример #3
0
 def from_argument(self, value):
     return timestamp_from_user(value, self._illegal_argument)
Пример #4
0
 def from_argument(self, value):
     return timestamp_from_user(value, self._illegal_argument)