Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>