VersionPathPair

class VersionPathPair(version: str, path: Path)[source]

Bases: NamedTuple

A pair of a version and path.

Create new instance of VersionPathPair(version, path)

Attributes Summary

path

Alias for field number 1

version

Alias for field number 0

Attributes Documentation

path: Path

Alias for field number 1

version: str

Alias for field number 0