Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
classNameFromVarNameChained.after.py
blob: 4a1be6085883c778993f64a8343971bec1335935 [
file
] [
log
] [
blame
]
class
Product
:
def
doStuff
(
self
):
pass
class
C
:
def
foo
(
self
):
self
.
product
.
doStuff
()