Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
completion
/
boundMethodSpecialAttributes.py
blob: 02afa569bfbee1f4539111bd3b6bc155054ac9d0 [
file
] [
log
] [
blame
]
class
MyClass
(
object
):
def
method
(
self
):
pass
MyClass
().
method
.
__
<
caret
>