PATH:
lib
/
python3.6
/
site-packages
/
tuned
/
profiles
import tuned.profiles.profile class Factory(object): def create(self, name, config): return tuned.profiles.profile.Profile(name, config)
[-] __init__.py
[edit]
[-] exceptions.py
[edit]
[-] merger.py
[edit]
[-] unit.py
[edit]
[+]
..
[-] locator.py
[edit]
[+]
__pycache__
[-] variables.py
[edit]
[+]
functions
[-] loader.py
[edit]
[-] profile.py
[edit]
[-] factory.py
[edit]