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