Class: Contextizer::Analyzers::PythonAnalyzer
- Defined in:
- lib/contextizer/analyzers/python_analyzer.rb
Constant Summary collapse
- LANGUAGE =
:python- SIGNALS =
[ { type: :file, path: "requirements.txt", weight: 10 }, { type: :file, path: "pyproject.toml", weight: 10 }, ].freeze
- FRAMEWORK_SIGNALS =
{ # rails: [{ type: :file, path: "bin/rails", weight: 15 }] }.freeze
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Contextizer::Analyzers::Base