Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
classNameFromVarNameChained.py
blob: bc83ac36cac3c3408c57441ded8d70110f485686 [
file
] [
log
] [
blame
]
class
Product
:
def
doStuff
(
self
):
pass
class
C
:
def
foo
(
self
):
self
.
product
.
doS
<
caret
>