Programming Reference
Bases: object
object
A base interface class that provides a factory method for creating an implementation instance.
Factory method to create an instance of the implementation class.
This method ensures that the implementation instance is only created once per object.
**kwargs (dict) – Keyword arguments to be passed to the implementation class constructor.