Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
callee
/
ClassCall.py
blob: 04db99328fd09febbe7f0ffe9e0d7e0f28ddad6f [
file
] [
log
] [
blame
]
class
A
:
def
foo
(
self
):
a
=
A
()
A
.
f
<
caret
>
oo
(
a
)