单项选择题

A._foo不能直接用于’from module import’
B.__foo解析器用_classname__foo来代替这个名字,以区别和其他类相同的命名
C.__foo__代表python里特殊方法专用的标识
D.__foo可以直接用于’from module import’