get_implementation
Return pool implementation by name.
def get_implementation(
cls: string
) - > object
Return pool implementation by name.
Parameters
| Name | Type | Description |
|---|---|---|
| cls | string | The name or alias of the pool implementation to retrieve. |
Returns
| Type | Description |
|---|---|
object | The implementation class or object resolved from the provided name or alias. |