Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
quickFixes
/
PyMakeMethodStaticQuickFixTest
/
usage.py
blob: cddacb0b24da14117d421624fb0ccfb9706385ff [
file
] [
log
] [
blame
]
class
A
:
def
m
<
caret
>(
self
,
x
):
return
x
print
A
.
m
(
A
(),
1
)