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()
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.__init__.pyo.40009 | File | 2.16 KB | 0644 |
|
.controller.pyo.40009 | File | 3.47 KB | 0644 |
|
.dbus_exporter.pyo.40009 | File | 6.91 KB | 0644 |
|
.interfaces.pyo.40009 | File | 1.51 KB | 0644 |
|
__init__.py | File | 1014 B | 0644 |
|
__init__.pyc | File | 2.16 KB | 0644 |
|
__init__.pyo | File | 2.16 KB | 0644 |
|
controller.py | File | 1.91 KB | 0644 |
|
controller.pyc | File | 3.47 KB | 0644 |
|
controller.pyo | File | 3.47 KB | 0644 |
|
dbus_exporter.py | File | 4.92 KB | 0644 |
|
dbus_exporter.pyc | File | 6.91 KB | 0644 |
|
dbus_exporter.pyo | File | 6.91 KB | 0644 |
|
interfaces.py | File | 555 B | 0644 |
|
interfaces.pyc | File | 1.51 KB | 0644 |
|
interfaces.pyo | File | 1.51 KB | 0644 |
|