summaryrefslogtreecommitdiff
path: root/python/testData/resolve/multiFile/modulePrivateNameInDunderAll/ImportedFile.py
blob: 9fb658fce3a0b295013be6c3c09de408da27abb4 (plain)
1
2
3
4
__all__ = [
    "_private_name",
]
_private_name = "spam"