Get the connection pool's encoder
(self)
| 525 | ) |
| 526 | |
| 527 | def get_encoder(self) -> "Encoder": |
| 528 | """Get the connection pool's encoder""" |
| 529 | return self.connection_pool.get_encoder() |
| 530 | |
| 531 | def get_connection_kwargs(self) -> Dict: |
| 532 | """Get the connection's key-word arguments""" |
no outgoing calls