Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
staticMethodParameter.py
blob: 267526b50093676d6a9de19318786be868a57952 [
file
] [
log
] [
blame
]
class
A
:
@staticmethod
def
foo
(
q
):
q
.
bar
()