demarches_simpy.connection module
- class Profile(api_key, instructeur_id=None, **kwargs)[source]
The profile class handling connection information and can allow you to pass configuration parameters and diffuse it to all object using this profile
Exemple : Passing the args verbose=True will activate the verbose to all object using this profile instance.
- get_instructeur_id()[source]
- Return type:
str- Returns:
str – the unique id of the associated instructeur using this profile
None – if the instructeur id is not provided