Submit
Path:
~
/
/
lib
/
python3.6
/
site-packages
/
tuned
/
storage
/
File Content:
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()
Submit
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
__init__.py
141 bytes
0644
factory.py
358 bytes
0644
interfaces.py
473 bytes
0644
pickle_provider.py
1412 bytes
0644
storage.py
482 bytes
0644
N4ST4R_ID | Naxtarrr