MCPcopy Index your code
hub / github.com/aws/aws-cli / linux_distribution

Function linux_distribution

awscli/compat.py:565–574  ·  view source on GitHub ↗
(
        distname='',
        version='',
        id='',
        supported_dists=_supported_dists,
        full_distribution_name=1,
    )

Source from the content-addressed store, hash-verified

563 _codename_file_re = re.compile(r"(?:DISTRIB_CODENAME\s*=)\s*(.*)", re.I)
564
565 def linux_distribution(
566 distname='',
567 version='',
568 id='',
569 supported_dists=_supported_dists,
570 full_distribution_name=1,
571 ):
572 return _linux_distribution(
573 distname, version, id, supported_dists, full_distribution_name
574 )
575
576 def _linux_distribution(
577 distname, version, id, supported_dists, full_distribution_name

Callers

nothing calls this directly

Calls 1

_linux_distributionFunction · 0.85

Tested by

no test coverage detected