Home
last modified time | relevance | path

Searched refs:command_obj (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/devel/py-stsci.distutils/stsci.distutils-0.3.7/stsci/distutils/
H A Dhooks.py328 def version_pre_command_hook(command_obj): argument
347 packages = command_obj.distribution.packages
348 name = command_obj.distribution.metadata.name
355 def version_post_command_hook(command_obj): argument
369 packages = command_obj.distribution.packages
375 def numpy_extension_hook(command_obj): argument
399 command_name = command_obj.get_command_name()
417 for extension in command_obj.extensions:
426 def glob_data_files(command_obj): argument
446 command_name = command_obj.get_command_name()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dcat_helper.py42 def __init__(self, command_obj): argument
48 self.command_obj = command_obj
104 for blr in self.command_obj.WildcardIterator(url_str).IterObjects(
130 self.command_obj.gsutil_api.GetObjectMedia(
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/utils/
H A Dcat_helper.py51 def __init__(self, command_obj): argument
57 self.command_obj = command_obj
117 for blr in self.command_obj.WildcardIterator(url_str).IterObjects(
142 self.command_obj.gsutil_api.GetObjectMedia(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/utils/
H A Dcat_helper.py51 def __init__(self, command_obj): argument
57 self.command_obj = command_obj
117 for blr in self.command_obj.WildcardIterator(url_str).IterObjects(
142 self.command_obj.gsutil_api.GetObjectMedia(
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_install_scripts.py19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/
H A Dtest_tracker_file.py180 command_obj = MockCommandObject()
184 objects, old_enc_key, bucket_url, command_obj, self.logger,
186 self.assertEqual(False, command_obj.delete_called)
191 command_obj = MockCommandObject()
195 objects, new_enc_key, bucket_url, command_obj, self.logger,
198 self.assertEqual(True, command_obj.delete_called)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/tests/
H A Dtest_tracker_file.py219 command_obj = MockCommandObject()
223 command_obj, self.logger, MockDeleteFunc, MockDeleteExceptionHandler)
224 self.assertEqual(False, command_obj.delete_called)
229 command_obj = MockCommandObject()
233 command_obj, self.logger, MockDeleteFunc, MockDeleteExceptionHandler)
235 self.assertEqual(True, command_obj.delete_called)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/tests/
H A Dtest_tracker_file.py210 command_obj = MockCommandObject()
214 command_obj, self.logger, MockDeleteFunc, MockDeleteExceptionHandler)
215 self.assertEqual(False, command_obj.delete_called)
220 command_obj = MockCommandObject()
224 command_obj, self.logger, MockDeleteFunc, MockDeleteExceptionHandler)
226 self.assertEqual(True, command_obj.delete_called)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dna_ontap_command.py118 command_obj = netapp_utils.zapi.NaElement("system-cli")
128 command_obj.add_child_elem(args_obj)
129 command_obj.add_new_child('priv', self.privilege)
132 output = self.server.invoke_successfully(command_obj, True)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Ddist.py223 self.command_obj = {}
851 cmd_obj = self.command_obj.get(command)
858 cmd_obj = self.command_obj[command] = klass(self)
872 def _set_command_options(self, command_obj, option_dict=None): argument
881 command_name = command_obj.get_command_name()
893 for o in command_obj.boolean_options]
897 neg_opt = command_obj.negative_opt
904 setattr(command_obj, neg_opt[option], not strtobool(value))
906 setattr(command_obj, option, strtobool(value))
907 elif hasattr(command_obj, option):
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Ddist.py223 self.command_obj = {}
851 cmd_obj = self.command_obj.get(command)
858 cmd_obj = self.command_obj[command] = klass(self)
872 def _set_command_options(self, command_obj, option_dict=None): argument
881 command_name = command_obj.get_command_name()
893 for o in command_obj.boolean_options]
897 neg_opt = command_obj.negative_opt
904 setattr(command_obj, neg_opt[option], not strtobool(value))
906 setattr(command_obj, option, strtobool(value))
907 elif hasattr(command_obj, option):
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Ddist.py224 self.command_obj = {}
852 cmd_obj = self.command_obj.get(command)
859 cmd_obj = self.command_obj[command] = klass(self)
873 def _set_command_options(self, command_obj, option_dict=None): argument
882 command_name = command_obj.get_command_name()
894 for o in command_obj.boolean_options]
898 neg_opt = command_obj.negative_opt
905 setattr(command_obj, neg_opt[option], not strtobool(value))
907 setattr(command_obj, option, strtobool(value))
908 elif hasattr(command_obj, option):
[all …]

1234567