Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
m
/
module___dict__.py
blob: 8b2154c95299efe62537da6dce6756533c2df6b9 [
file
] [
log
] [
blame
]
"""https://www.logilab.org/ticket/6949."""
from
__future__
import
print_function
__revision__
=
None
print
(
__dict__
is
not
None
)
# [used-before-assignment]
__dict__
=
{}
print
(
__dict__
is
not
None
)