Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
boundMethodSpecialAttributes.py
blob: 02afa569bfbee1f4539111bd3b6bc155054ac9d0 [
file
] [
log
] [
blame
]
class
MyClass
(
object
):
def
method
(
self
):
pass
MyClass
().
method
.
__
<
caret
>