Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
stubs
/
WrappedStaticMethod.py
blob: 1a1dc019594e866501abe50f825f5f8581c0be6b [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
A
:
2
def
foo
(
self
):
pass
3
foo
=
staticmethod
(
foo
)