Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyProtectedMemberInspection
/
selfField.py
blob: 5d3a5edebd20ff23b03906fa92bbaabf3f9ceb18 [
file
] [
log
] [
blame
]
class
B
:
def
__call__
(
self
,
event
):
self
.
_call_on_plugins
(
"foo"
)