PHP 8.2.30
Preview: interfaces.py Size: 588 B
/proc/thread-self/root/proc/thread-self/root/lib/python3.6/site-packages/tuned/exports/interfaces.py

class ExportableInterface(object):
	pass

class ExporterInterface(object):
	def export(self, method, in_signature, out_signature):
		# to be overridden by concrete implementation
		raise NotImplementedError()

	def signal(self, method, out_signature):
		# to be overridden by concrete implementation
		raise NotImplementedError()

	def send_signal(self, signal, *args, **kwargs):
		# to be overridden by concrete implementation
		raise NotImplementedError()

	def start(self):
		raise NotImplementedError()

	def stop(self):
		raise NotImplementedError()

	def period_check(self):
		pass

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
- drwxr-xr-x 2025-03-13 07:10:07
Edit Download
3.46 KB lrw-r--r-- 2024-02-22 12:23:28
Edit Download
7.58 KB lrw-r--r-- 2024-02-22 12:23:28
Edit Download
3.04 KB lrw-r--r-- 2024-02-22 12:23:28
Edit Download
588 B lrw-r--r-- 2024-02-22 12:23:28
Edit Download
7.69 KB lrw-r--r-- 2024-02-22 12:23:28
Edit Download
1.86 KB lrw-r--r-- 2024-02-22 12:23:28
Edit Download

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