Previous topic

oyProjectManager.config

Next topic

oyProjectManager.core.abstractClasses

This Page

oyProjectManager.config.Config

Inheritance diagram of oyProjectManager.config.Config

class oyProjectManager.config.Config[source]

Bases: object

Config abstraction

Idea is coming from Sphinx config.

Holds system wide configuration variables. See configuring oyProjectManager for more detail.

__init__()[source]

Methods

__init__()

Attributes

default_config_values dict() -> new empty dictionary
last_user_id returns the last user id
last_user_id[source]

returns the last user id

It is not very much related with the config.py and user settings, but it seems the most appropriate place is this one to get information from individual users.

This should work fairly fast, because it uses the local filesystem not the network thus the fileserver.