Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
()