MCPcopy Index your code
hub / github.com/RustPython/RustPython / fold

Method fold

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

Source from the content-addressed store, hash-verified

163 return comments
164
165 def fold(self, *, policy):
166 return _refold_parse_tree(self, policy=policy)
167
168 def pprint(self, indent=''):
169 print(self.ppstr(indent=indent))

Callers

nothing calls this directly

Calls 1

_refold_parse_treeFunction · 0.85

Tested by

no test coverage detected