Home
last modified time | relevance | path

Searched refs:_format_action (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/py-crossplane/crossplane-0.5.7/crossplane/
H A D__main__.py165 def _format_action(self, action): member in _SubparserHelpFormatter
166 line = super(RawDescriptionHelpFormatter, self)._format_action(action)
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/
H A Dformatting.py651 res = u'\n'.join(self._format_action(action) for action in diff)
654 def _format_action(self, action, ): member in DiffFormatter
718 res = u'\n'.join(self._format_action(action) for action in actions)
721 def _format_action(self, action): member in XmlDiffFormatter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/utils/
H A Dmarkdown.py104 def _format_action(self, action): member in MarkdownHelpFormatter
/dports/devel/py-pdm/pdm-1.11.0/pdm/cli/
H A Dutils.py61 def _format_action(self, action: Action) -> str: member in PdmFormatter
102 parts.append(self._format_action(subaction))
/dports/devel/py-pip-licenses/pip-licenses-3.5.3/
H A Dpiplicenses.py590 def _format_action(self, action: argparse.Action) -> str: member in CustomHelpFormatter
597 help_str = super()._format_action(action)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dargparse.py271 self._add_item(self._format_action, [action])
491 def _format_action(self, action): member in HelpFormatter
533 parts.append(self._format_action(subaction))
/dports/lang/python27/Python-2.7.18/Lib/
H A Dargparse.py271 self._add_item(self._format_action, [action])
491 def _format_action(self, action): member in HelpFormatter
533 parts.append(self._format_action(subaction))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/argparse/
H A D__init__.py290 self._add_item(self._format_action, [action])
506 def _format_action(self, action): member in HelpFormatter
548 parts.append(self._format_action(subaction))
/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/
H A Dargparse_compat.py290 self._add_item(self._format_action, [action])
506 def _format_action(self, action): member in HelpFormatter
548 parts.append(self._format_action(subaction))
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dargparse.py269 self._add_item(self._format_action, [action])
485 def _format_action(self, action): member in HelpFormatter
527 parts.append(self._format_action(subaction))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/sysutils/autojump/autojump-release-v22.5.3/bin/
H A Dautojump_argparse.py297 self._add_item(self._format_action, [action])
515 def _format_action(self, action): member in HelpFormatter
559 parts.append(self._format_action(subaction))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/net-mgmt/py-pdagent/pdagent-1.7.2/pdagent/thirdparty/
H A Dargparse.py343 self._add_item(self._format_action, [action])
559 def _format_action(self, action): member in HelpFormatter
601 parts.append(self._format_action(subaction))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/cmake/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/math/vtk6/VTK-6.2.0/Web/JavaScript/Minimizer/
H A D_argparse.py269 self._add_item(self._format_action, [action])
485 def _format_action(self, action): member in HelpFormatter
527 parts.append(self._format_action(subaction))
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A D_argparse.py269 self._add_item(self._format_action, [action])
485 def _format_action(self, action): member in HelpFormatter
527 parts.append(self._format_action(subaction))
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dargparse.py269 self._add_item(self._format_action, [action])
485 def _format_action(self, action): member in HelpFormatter
527 parts.append(self._format_action(subaction))
/dports/security/suricata/suricata-6.0.4/suricata-update/suricata/update/compat/argparse/
H A Dargparse.py295 self._add_item(self._format_action, [action])
511 def _format_action(self, action): member in HelpFormatter
553 parts.append(self._format_action(subaction))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/utils/
H A Dargparse.py304 self._add_item(self._format_action, [action])
514 def _format_action(self, action): member in HelpFormatter
556 parts.append(self._format_action(subaction))

123