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