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

Method _join_parts

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

Source from the content-addressed store, hash-verified

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

Callers 1

_format_actionMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected