Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _get_help_string
Method
_get_help_string
Lib/argparse.py:698–699 ·
view source on GitHub ↗
(self, action)
Source
from the content-addressed store, hash-verified
696
subsequent_indent=indent)
697
698
def
_get_help_string(self, action):
699
return
action.help
700
701
def
_get_default_metavar_for_optional(self, action):
702
return
action.dest.upper()
Callers
1
_expand_help
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected