Preview: factory.py
Size: 141 B
//proc/thread-self/root/lib/python3.6/site-packages/tuned/profiles/factory.py
import tuned.profiles.profile class Factory(object): def create(self, name, config): return tuned.profiles.profile.Profile(name, config)
Directory Contents
Dirs: 2 × Files: 9