Home | History | Annotate | Download | only in Misc

Lines Matching full:zfill

5206 - A method zfill() was added to str and unicode, that fills a numeric
5208 "+123".zfill(6) -> "+00123".