Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
completion
/
classNameFromVarNameChained.py
blob: bc83ac36cac3c3408c57441ded8d70110f485686 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
Product
:
2
def
doStuff
(
self
):
pass
3
4
class
C
:
5
def
foo
(
self
):
6
self
.
product
.
doS
<
caret
>