Searched refs:namedtuple (Results 1 - 8 of 8) 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")):
H A Dmisc.py912 # [ <description>, <format string>, <namedtuple> ]
914 # Note that <format string> and <namedtuple> should be assigned
922 # fill in <format string> and <namedtuple> in _struct_descriptions
933 v[2] = collections.namedtuple(struct_name,
/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 Dplandesc.py72 class _ActionPlan(collections.namedtuple("_ActionPlan", "p src dst")):
H A Dimageplan.py28 from collections import defaultdict, namedtuple namespace
4258 ConsolidationEntry = namedtuple("ConsolidationEntry", "idx id")
/pkg/src/modules/lint/
H A Dpkglint_action.py40 ObsoleteFmri = collections.namedtuple("ObsoleteFmri", "is_obsolete, fmri")
/pkg/src/modules/client/linkedimage/
H A Dcommon.py134 LI_RVTuple = collections.namedtuple("LI_RVTuple", "rvt_rv rvt_e rvt_p_dict")

Completed in 65 milliseconds