MCPcopy Index your code
hub / github.com/python/cpython / zfill

Method zfill

Lib/collections/__init__.py:1649–1650  ·  view source on GitHub ↗
(self, width)

Source from the content-addressed store, hash-verified

1647 return self.__class__(self.data.upper())
1648
1649 def zfill(self, width):
1650 return self.__class__(self.data.zfill(width))

Callers 2

_format_float_styleMethod · 0.45
innerFunction · 0.45

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected