def test_repr_max_seq_item_setting(self):
# GH10182
idx = self.create_index()
idx = idx.repeat(50)
with pd.option_context("display.max_seq_items", None):
repr(idx)
self.assertFalse('...' in str(idx))
common.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录