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

Method _join_parts

Lib/argparse.py:312–315  ·  view source on GitHub ↗
(self, part_strings)

Source from the content-addressed store, hash-verified

310 return help
311
312 def _join_parts(self, part_strings):
313 return ''.join([part
314 for part in part_strings
315 if part and part is not SUPPRESS])
316
317 def _format_usage(self, usage, actions, groups, prefix):
318 t = self._theme

Callers 1

_format_actionMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected