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