Home | History | Annotate | Download | only in collections

Lines Matching defs:zfill

1279     def zfill(self, width): return self.__class__(self.data.zfill(width))