opengate.userinfo ================= .. py:module:: opengate.userinfo Classes ------- .. autoapisummary:: opengate.userinfo.UserInfo Module Contents --------------- .. py:class:: UserInfo(element_type, type_name, name=None) 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 .. py:attribute:: _name .. py:attribute:: element_type .. py:attribute:: type_name .. py:property:: name .. py:method:: __str__()