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