Home
last modified time | relevance | path

Searched refs:_StoreAction (Results 1 – 25 of 77) sorted by relevance

1234

/dports/mail/py-alot/alot-0.9/alot/completion/
H A Dargparse.py36 if isinstance(act, (argparse._StoreAction,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dactions.py140 self._orig_class = argparse._StoreAction # pylint:disable=protected-access
194 self._orig_class = argparse._StoreAction # pylint:disable=protected-access
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/typ/typ/
H A Darg_parser.py391 argparse._StoreAction,
399 if isinstance(action, argparse._StoreAction):
/dports/deskutils/gcalcli/gcalcli-4.0.4/gcalcli/
H A Ddeprecations.py27 class DeprecatedStore(argparse._StoreAction):
/dports/devel/py-configargparse/ConfigArgParse-1.5.3/
H A Dconfigargparse.py818 … isinstance(action, argparse._StoreAction) or isinstance(action, argparse._AppendAction)
1079 if action.is_config_file_arg and not isinstance(action, argparse._StoreAction):
1084 if not isinstance(action, argparse._StoreAction):
/dports/sysutils/ansible2/ansible-2.9.27/hacking/build_library/build_ansible/command_plugins/
H A Dgenerate_man.py63 if isinstance(opt, argparse._StoreAction):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/hacking/build_library/build_ansible/command_plugins/
H A Dgenerate_man.py63 if isinstance(opt, argparse._StoreAction):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/hacking/build_library/build_ansible/command_plugins/
H A Dgenerate_man.py63 if isinstance(opt, argparse._StoreAction):
/dports/www/py-flask-script/Flask-Script-2.0.6/flask_script/
H A D__init__.py24 safe_actions = (argparse._StoreAction,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/utils/
H A Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dargparse.py809 class _StoreAction(Action): class
828 super(_StoreAction, self).__init__(
1202 self.register('action', None, _StoreAction)
1203 self.register('action', 'store', _StoreAction)
/dports/lang/python27/Python-2.7.18/Lib/
H A Dargparse.py809 class _StoreAction(Action): class
828 super(_StoreAction, self).__init__(
1202 self.register('action', None, _StoreAction)
1203 self.register('action', 'store', _StoreAction)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/argparse/
H A D__init__.py824 class _StoreAction(Action): class
843 super(_StoreAction, self).__init__(
1205 self.register('action', None, _StoreAction)
1206 self.register('action', 'store', _StoreAction)
/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/
H A Dargparse_compat.py824 class _StoreAction(Action): class
843 super(_StoreAction, self).__init__(
1205 self.register('action', None, _StoreAction)
1206 self.register('action', 'store', _StoreAction)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dargparse.py803 class _StoreAction(Action): class
822 super(_StoreAction, self).__init__(
1185 self.register('action', None, _StoreAction)
1186 self.register('action', 'store', _StoreAction)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/utils/
H A Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/dports/sysutils/autojump/autojump-release-v22.5.3/bin/
H A Dautojump_argparse.py847 class _StoreAction(Action): class
870 super(_StoreAction, self).__init__(
1269 self.register('action', None, _StoreAction)
1270 self.register('action', 'store', _StoreAction)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/utils/
H A Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/dports/net-mgmt/py-pdagent/pdagent-1.7.2/pdagent/thirdparty/
H A Dargparse.py877 class _StoreAction(Action): class
896 super(_StoreAction, self).__init__(
1258 self.register('action', None, _StoreAction)
1259 self.register('action', 'store', _StoreAction)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/utils/
H A Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/utils/
H A Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/cmake/
H A Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/dports/math/vtk6/VTK-6.2.0/Web/JavaScript/Minimizer/
H A D_argparse.py803 class _StoreAction(Action): class
822 super(_StoreAction, self).__init__(
1185 self.register('action', None, _StoreAction)
1186 self.register('action', 'store', _StoreAction)
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A D_argparse.py803 class _StoreAction(Action): class
822 super(_StoreAction, self).__init__(
1185 self.register('action', None, _StoreAction)
1186 self.register('action', 'store', _StoreAction)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dargparse.py803 class _StoreAction(Action): class
822 super(_StoreAction, self).__init__(
1185 self.register('action', None, _StoreAction)
1186 self.register('action', 'store', _StoreAction)

1234