Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
stubs
/
WrappedStaticMethod.py
blob: 1a1dc019594e866501abe50f825f5f8581c0be6b [
file
] [
log
] [
blame
]
class
A
:
def
foo
(
self
):
pass
foo
=
staticmethod
(
foo
)