Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
compoundDunderAll.py
blob: 9533fc64871b0adf80acd24e9c3453e84d90b5ce [
file
] [
log
] [
blame
]
__all__
=
[
name
for
name
,
obj
in
locals
().
items
()
if
not
(
name
.
startswith
(
'_'
))
]