fresh-cat-90827
05/24/2023, 8:54 PMsrc/python/pants/backend/python/goals/debug_goals.py
class DumpPythonSourceAnalysisSubsystem(GoalSubsystem):
name = "python-dump-source-analysis"
help = "Dump source analysis for python_source targets."
in Pants, but I can't figure out what backend do I need to enable this goal in my repo? 😕fresh-cat-90827
05/24/2023, 8:55 PM"pants.backend.experimental.python"
in our Pants repo, but do we have this documented? 😕fresh-cat-90827
05/24/2023, 8:58 PM