3.10.1.25. opengate.userinfo¶
3.10.1.25.1. Classes¶
A simple dict that contains the list of user parameters. |
3.10.1.25.2. Module Contents¶
- class opengate.userinfo.UserInfo(element_type, type_name, name=None)[source]¶
Bases:
objectA simple dict that contains the list of user parameters. Note that the dict is a Box, allowing simpler access to the keys with a dot (rather than brackets)
The default elements are set with set_default_user_info according to the class found thanks to element_type and type_name
(need to inherit from object to allow jsonpickle)