File: config.rst

package info (click to toggle)
subuser 0.6.2-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 4,208 kB
  • sloc: python: 5,201; sh: 380; makefile: 73
file content (15 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
User configuration
------------------

Most paths and some other settings are stored in the ``Config`` object.  You should access these settings through this object.

.. automodule:: subuserlib.classes.config
 :members:
 :undoc-members:

The config object uses ``loadMultiFallbackJsonConfigFile`` module to help it load settings:

.. automodule:: subuserlib.loadMultiFallbackJsonConfigFile
 :members:
 :undoc-members: