I see we have in `src/python/pants/backend/python/...
# development
f
I see we have in
src/python/pants/backend/python/goals/debug_goals.py
Copy code
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? 😕
✅ 1
I see
"pants.backend.experimental.python"
in our Pants repo, but do we have this documented? 😕
oh of course, I had to switch to another Pants docs version! 🙂