Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
2e5965e996aad62ab1338b09d54caaf99ff3dd6a
/
.
/
python
/
testData
/
paramInfo
/
BoundMethodSimple.py
blob: 2a899546a1a6a598a1613e8a0f3047ae78fff926 [
file
] [
log
] [
blame
]
class
A
(
object
):
def
foo
(
self
,
a
,
b
):
pass
f
=
A
().
foo
f
(<
arg1
>
1
,
<
arg2
>
2
)