MCPcopy
hub / github.com/pex-tool/pex / get_requires_for_build_editable

Function get_requires_for_build_editable

build-backend/pex_build/setuptools/build.py:102–105  ·  view source on GitHub ↗
(config_settings=None)

Source from the content-addressed store, hash-verified

100
101@serialized_build
102def get_requires_for_build_editable(config_settings=None):
103 # type: (Optional[Dict[str, Any]]) -> List[str]
104
105 return cast("List[str]", get_requires_for_build_wheel(config_settings))

Callers

nothing calls this directly

Calls 2

castFunction · 0.90

Tested by

no test coverage detected