Files
openide/python/testData/inspections/PyProtectedMemberInspection/selfField.py
T

3 lines
69 B
Python

class B:
def __call__(self, event):
self._call_on_plugins("foo")