Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
selfMethod.after.py
blob: 860760ff2b79fe085d5cfac51b32a3893cd50ba5 [
file
] [
log
] [
blame
]
class
A
:
def
method
(
self
):
pass
def
test
(
self
):
self
.
method
()