Searched defs:namedtuple (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/
H A Dvariant.py34 from collections import namedtuple namespace
165 VCTDifference = namedtuple("VCTDifference", ["type_diffs", "value_diffs"])
H A Dmanifest.py28 from collections import namedtuple, defaultdict namespace
87 namedtuple("ManifestDifference", "added changed removed")):
/pkg/src/modules/publish/
H A Ddependencies.py34 from collections import namedtuple namespace
66 Entries = namedtuple("Entries", ["delivered", "installed"])
67 # This namedtuple is used to hold two items. The first, delivered, is used to
71 LinkInfo = namedtuple("LinkInfo", ["path", "pfmri", "nearest_pfmri",
73 # This namedtuple is used to hold the information needed when resolving links.
714 'links' is an Entries namedtuple which contains two dictionaries. One
859 'links' is an Entries namedtuple which contains two dictionaries. One
949 'files' is an Entries namedtuple which contains two dictionaries. One
954 'links' is an Entries namedtuple which contains two dictionaries. One
/pkg/src/modules/client/
H A Dimageplan.py28 from collections import defaultdict, namedtuple namespace
4258 ConsolidationEntry = namedtuple("ConsolidationEntry", "idx id")

Completed in 383 milliseconds