Pypi.Scanner.scan

You're seeing just the function scan, go back to Pypi.Scanner module for more information.
Link to this function

scan(pypi?, project_types)

View Source

Specs

scan(boolean(), map()) :: {[], 0}
scan(boolean(), %{python: []}) :: {[any()], non_neg_integer()}

scan: called when pi? is false, returning an empty list and 0

Link to this function

scan(pypi?, map, option \\ ".")

View Source

scan: takes in a path to node dependencies and returns the dependencies mapped to their analysis and the number of dependencies