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