Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_style
Method · 0.45
inner
Function · 0.45
Calls
1
__class__
Method · 0.45
Tested by
no test coverage detected