mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 20:05:16 +07:00
3 lines
69 B
Python
3 lines
69 B
Python
class B:
|
|
def __call__(self, event):
|
|
self._call_on_plugins("foo") |