Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
mover
/
insideDocComment_afterUp.py
blob: fe14fa7b461ef8d5c84ae7d74cca236aa2788ef6 [
file
] [
log
] [
blame
]
"""
:type foo: int
:type bar: str
"""
def
fcn
(
self
,
foo
,
bar
):
self
.
foo
=
foo
self
.
bar
=
bar