PHP 8.2.30
Preview: interfaces.py Size: 473 B
//lib/python3.6/site-packages/tuned/storage/interfaces.py

class Factory(object):
	def create(self, namespace):
		raise NotImplementedError()

class Provider(object):
	def set(self, namespace, option, value):
		raise NotImplementedError()

	def get(self, namespace, option, default=None):
		raise NotImplementedError()

	def unset(self, namespace, option):
		raise NotImplementedError()

	def clear(self):
		raise NotImplementedError()

	def load(self):
		raise NotImplementedError()

	def save(self):
		raise NotImplementedError()

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
- drwxr-xr-x 2025-03-13 07:10:07
Edit Download
358 B lrw-r--r-- 2024-02-22 12:23:28
Edit Download
473 B lrw-r--r-- 2024-02-22 12:23:28
Edit Download
1.38 KB lrw-r--r-- 2024-02-22 12:23:28
Edit Download
482 B lrw-r--r-- 2024-02-22 12:23:28
Edit Download
141 B lrw-r--r-- 2024-02-22 12:23:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).