MCPcopy
hub / github.com/scrapy/scrapy / get_versions

Function get_versions

scrapy/utils/versions.py:28–32  ·  view source on GitHub ↗
(
    software: list[str] | None = None,
)

Source from the content-addressed store, hash-verified

26
27
28def get_versions(
29 software: list[str] | None = None,
30) -> list[tuple[str, str]]:
31 software = software or _DEFAULT_SOFTWARE
32 return [(item, _version(item)) for item in software]

Callers 2

log_scrapy_infoFunction · 0.90
runMethod · 0.90

Calls 1

_versionFunction · 0.85

Tested by

no test coverage detected