1
1
mirror of https://github.com/github/semantic.git synced 2025-01-07 16:07:28 +03:00

Add callGraphPythonProject

Co-Authored-By: Rob Rix <rob.rix@github.com>
This commit is contained in:
joshvera 2018-12-03 16:00:01 -05:00
parent c505b53898
commit 78c0344967

View File

@ -93,6 +93,7 @@ callGraphProject parser proxy opts paths = runTaskWithOptions opts $ do
evaluatePythonProject = justEvaluating <=< evaluatePythonProjects (Proxy @'Language.Python) pythonParser Language.Python
callGraphRubyProject = callGraphProject rubyParser (Proxy @'Language.Ruby) debugOptions
callGraphPythonProject = callGraphProject pythonParser (Proxy @'Language.Python) debugOptions
-- Evaluate a project consisting of the listed paths.
evaluateProject proxy parser paths = withOptions debugOptions $ \ config logger statter ->