July 18, 2016
9:45 p.m.
On Mon, 18 Jul 2016 at 14:35 Alexander Belopolsky < alexander.belopolsky@gmail.com> wrote:
On Mon, Jul 18, 2016 at 5:01 PM, Jonathan Goble <jcgoble3@gmail.com> wrote:
full(), despite its use in numpy, is also unintuitive to me (my first thought is that it would indicate whether an object has room for more entries).
Perhaps bytes.fillsize?
I wouldn't want to see bytes.full() either. Maybe bytes.of_size()?
Or bytes.fromsize() to stay with the trend of naming constructor methods as from*() ?