我们从Python开源项目中,提取了以下8个代码示例,用于说明如何使用poplib.__all__()。
def test__all__(self): self.assertIn('POP3_SSL', poplib.__all__)