Home
last modified time | relevance | path

Searched refs:get_option_dict (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/py-pbr/pbr-5.5.0/pbr/
H A Dbuilddoc.py87 option_dict = self.distribution.get_option_dict('build_sphinx')
88 pbr_option_dict = self.distribution.get_option_dict('pbr')
186 option_dict = self.distribution.get_option_dict('pbr')
271 option_dict = self.distribution.get_option_dict('build_sphinx')
285 option_dict = self.distribution.get_option_dict('pbr')
/dports/games/freeorion/freeorion-0.4.10.2/default/python/common/
H A Dhandlers.py7 from common.option_tools import get_option_dict, HANDLERS
12 handlers = split(get_option_dict()[HANDLERS])
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/
H A Dinstaller.py30 opts = tmp_dist.get_option_dict('easy_install')
34 for k, v in dist.get_option_dict('easy_install').items()
81 opts = dist.get_option_dict('easy_install')
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/
H A Dinstaller.py28 opts = tmp_dist.get_option_dict('easy_install')
32 for k, v in dist.get_option_dict('easy_install').items()
79 opts = dist.get_option_dict('easy_install')
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/
H A Dinstaller.py30 opts = tmp_dist.get_option_dict('easy_install')
34 for k, v in dist.get_option_dict('easy_install').items()
81 opts = dist.get_option_dict('easy_install')
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/
H A Dinstaller.py30 opts = tmp_dist.get_option_dict('easy_install')
34 for k, v in dist.get_option_dict('easy_install').items()
81 opts = dist.get_option_dict('easy_install')
/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/freeorion_tools/
H A Dtimers.py4 from common.option_tools import get_option_dict, check_bool, DEFAULT_SUB_DIR
9 options = get_option_dict()
/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DFreeOrionAI.py17 from common.option_tools import parse_config, get_option_dict, check_bool
204 …if get_option_dict().get('allow_debug_chat', False) and handle_debug_chat(sender_id, message_text):
325 if not check_bool(get_option_dict().get('replay_turn_after_load', 'False')):
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
H A Dalias.py42 aliases = self.distribution.get_option_dict('aliases')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/command/
H A Dsaveopts.py18 for opt, (src, val) in dist.get_option_dict(cmd).items():
H A Dalias.py42 aliases = self.distribution.get_option_dict('aliases')
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/distutils/
H A Ddist.pyi7 def get_option_dict(self, command: str) -> Dict[str, Tuple[str, Text]]: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/distutils/
H A Ddist.pyi9 def get_option_dict(self, command: str) -> Dict[str, Tuple[str, Text]]: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/distutils/
H A Ddist.pyi7 def get_option_dict(self, command: str) -> Dict[str, Tuple[str, Text]]: ...
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/distutils/
H A Ddist.pyi10 def get_option_dict(self, command: str) -> Dict[str, Tuple[str, Text]]: ...
/dports/devel/py-python-distutils-extra/python-distutils-extra/DistUtilsExtra/command/
H A Dclean_i18n.py22 … file_set = eval(self.distribution.get_option_dict('build_i18n').get(setname, (None, '[]'))[1])
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dpy36compat.py43 opt_dict = self.get_option_dict(section)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dpy36compat.py43 opt_dict = self.get_option_dict(section)

12345