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