ConsoleUser
Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com
This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.
All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.
- class UserConfig.UserConfig(path)¶
Provide a single object that stores all the configuration information for a User. The data is stored in a . delimited tree structure based on the XML file being parsed.
Parameters:
path: the path to the config file to load
- load_file(path)¶
Read the contents of a file, adding them to this config.
Parameters:
path: the path to the config file to load