from_dict#
- classmethod SessionConfiguration.from_dict(configuration_dict)#
Create a
SessionConfiguration
object from its dictionary form, which is the inverse of theget_configuration_for_requests()
method.- Parameters
- configuration_dict
dict
Dictionary form of the session parameters.
- configuration_dict