Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
staticMethodSpecialAttributes.py
blob: 84b0e751af4394d7c10c4556b5fa1b7f378c17d9 [
file
] [
log
] [
blame
]
Tor Norbye
1aa2e09
2014-08-20 17:01:23 -0700
[
diff
] [
blame
]
1
class
MyClass
(
object
):
2
@staticmethod
3
def
method
(
self
):
4
pass
5
6
MyClass
().
method
.
__
<
caret
>