Home
last modified time | relevance | path

Searched defs:zfill (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dstringold.py310 def zfill(x, width): function
Dstring.py460 def zfill(x, width): function
DUserString.py131 def zfill(self, width): return self.__class__(self.data.zfill(width)) member in UserString
/external/python/cpython3/Lib/collections/
D__init__.py1507 def zfill(self, width): member in UserString