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

Method fold

Lib/email/_header_value_parser.py:172–173  ·  view source on GitHub ↗
(self, *, policy)

Source from the content-addressed store, hash-verified

170 return comments
171
172 def fold(self, *, policy):
173 return _refold_parse_tree(self, policy=policy)
174
175 def pprint(self, indent=''):
176 print(self.ppstr(indent=indent))

Callers

nothing calls this directly

Calls 1

_refold_parse_treeFunction · 0.85

Tested by

no test coverage detected