Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
u
/
uninferable_all_object.py
blob: 3e565f9ebf9e75ed476f1cbd4115a1d858761e12 [
file
] [
log
] [
blame
]
"""Test that non-inferable __all__ variables do not make Pylint crash."""
__all__
=
sorted
([
'Dummy'
,
'NonExistant'
,
'path'
,
'func'
,
'inner'
,
'InnerKlass'
])