Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
completion
/
chainedCall.py
blob: 488d7d67991aed2d1ad85297d80cd0d2f1e9ae42 [
file
] [
log
] [
blame
]
class
X
(
object
):
def
testChain
(
self
):
return
X
()
def
g
():
return
X
()
g
().
testChain
().
te
<
caret
>