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