Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
paramInfo
/
SimpleMethod.py
blob: 023b039ba135d69ef734d8e29491e02a28f8e7dc [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
A
:
2
def
foo
(
self
,
a
):
3
pass
4
5
a
=
A
()
6
a
.
foo
(<
arg1
>
1
)