Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
stubs
/
AugAssignDunderAll.py
blob: 6c627416dfd7c0093659ce8cf52ea8a7e98f5592 [
file
] [
log
] [
blame
]
__all__
=
[
'foo'
,
'bar'
]
for
i
in
range
(
5
):
__all__
+=
'f'
+
str
(
i
)