Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/email/header.py:547–549 ·
view source on GitHub ↗
(self, initial_size=0)
Source
from the content-addressed store, hash-verified
545
class
_Accumulator(list):
546
547
def
__init__(self, initial_size=0):
548
self._initial_size = initial_size
549
super().__init__()
550
551
def
push(self, fws, string):
552
self.append((fws, string))
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected