Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
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
>