proud-dentist-22844
04/04/2023, 11:07 PMwitty-crayon-22786
04/04/2023, 11:15 PMAllTargets (or all python targets, if there is such a thing), filter to the relevant target type, and then request the resolve for each of themproud-dentist-22844
04/05/2023, 2:42 AMAllTargets and then tried tgt.get(PythonResolveField).normalized_value(python_setup) which felt like a clean solution.
Then I just realized that PythonDistribution does not have a PythonResolveField . 🫠proud-dentist-22844
04/05/2023, 2:45 AM