Current Path: > > usr > lib > python3.6 > site-packages > tuned > > storage
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.38 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 141 bytes | February 22 2024 12:23:28. | |
factory.py | File | 358 bytes | February 22 2024 12:23:28. | |
interfaces.py | File | 473 bytes | February 22 2024 12:23:28. | |
pickle_provider.py | File | 1412 bytes | February 22 2024 12:23:28. | |
storage.py | File | 482 bytes | February 22 2024 12:23:28. |
from . import interfaces from . import storage class Factory(interfaces.Factory): __slots__ = ["_storage_provider"] def __init__(self, storage_provider): self._storage_provider = storage_provider @property def provider(self): return self._storage_provider def create(self, namespace): return storage.Storage(self._storage_provider, namespace)
SILENT KILLER Tool