Home | History | Annotate | Download | only in test

Lines Matching refs:leaf_size

575         constructor(leaf_size=0)
576 constructor(leaf_size=(1<<32)-1)
577 self.assertRaises(OverflowError, constructor, leaf_size=-1)
578 self.assertRaises(OverflowError, constructor, leaf_size=1<<32)
597 leaf_size=256,
659 leaf_size=4,
702 leaf_size=4,