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