(self, operation_model, serialized)
| 206 | return value |
| 207 | |
| 208 | def _handle_query_compatible_trait(self, operation_model, serialized): |
| 209 | if operation_model.service_model.is_query_compatible: |
| 210 | serialized['headers']['x-amzn-query-mode'] = 'true' |
| 211 | |
| 212 | |
| 213 | class QuerySerializer(Serializer): |
no outgoing calls
no test coverage detected