(value)
| 1420 | conn = await self.connect() |
| 1421 | try: |
| 1422 | def _encoder(value): |
| 1423 | return json.dumps(value).encode('utf-8') |
| 1424 | |
| 1425 | def _decoder(value): |
| 1426 | return json.loads(value.decode('utf-8')) |
nothing calls this directly
no outgoing calls
no test coverage detected