MCPcopy
hub / github.com/astral-sh/python-build-standalone / get_target_settings

Function get_target_settings

pythonbuild/utils.py:77–79  ·  view source on GitHub ↗

Obtain the settings for a named target.

(yaml_path: pathlib.Path, target: str)

Source from the content-addressed store, hash-verified

75
76
77def get_target_settings(yaml_path: pathlib.Path, target: str):
78 """Obtain the settings for a named target."""
79 return get_targets(yaml_path)[target]
80
81
82def supported_targets(yaml_path: pathlib.Path):

Callers 3

mainFunction · 0.90
add_target_envFunction · 0.90
mainFunction · 0.90

Calls 1

get_targetsFunction · 0.85

Tested by

no test coverage detected