Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
compoundDunderAll.py
blob: 9533fc64871b0adf80acd24e9c3453e84d90b5ce [
file
] [
log
] [
blame
]
__all__
=
[
name
for
name
,
obj
in
locals
().
items
()
if
not
(
name
.
startswith
(
'_'
))
]