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