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