Home
last modified time | relevance | path

Searched refs:_Accumulator (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/email/
Dheader.py420 self._current_line = _Accumulator(headerlen)
541 class _Accumulator(list): class