3.1.2.11. opengate.UserInfo

3.1.2.11.1. Module Contents

3.1.2.11.1.1. Classes

UserInfo

A simple dict that contains the list of user parameters.

class opengate.UserInfo.UserInfo(element_type, type_name, name=None)[source]

A 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

property name[source]
__str__()[source]

Return str(self).