Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>