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