Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __init__
Method
__init__
tools/python-3.11.9-amd64/Lib/email/header.py:538–540 ·
view source on GitHub ↗
(self, initial_size=0)
Source
from the content-addressed store, hash-verified
536
class
_Accumulator(list):
537
538
def
__init__(self, initial_size=0):
539
self._initial_size = initial_size
540
super().__init__()
541
542
def
push(self, fws, string):
543
self.append((fws, string))
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected