def test_own_count(self):
"""Test own count implementation."""
if PY26:
self.assertIs(count, _count)
else:
self.assertNotEqual(count, _count)
self._test_count_func(_count)
################################################################################
### ChainMap (helper class for configparser and the string module)
################################################################################
评论列表
文章目录