Searched refs:namedtuple (Results 1 - 8 of 8) sorted by relevance
/pkg/src/modules/ |
H A D | variant.py | 34 from collections import namedtuple namespace 165 VCTDifference = namedtuple("VCTDifference", ["type_diffs", "value_diffs"])
|
H A D | manifest.py | 28 from collections import namedtuple, defaultdict namespace 87 namedtuple("ManifestDifference", "added changed removed")):
|
H A D | misc.py | 912 # [ <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 D | dependencies.py | 34 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 D | plandesc.py | 72 class _ActionPlan(collections.namedtuple("_ActionPlan", "p src dst")):
|
H A D | imageplan.py | 28 from collections import defaultdict, namedtuple namespace 4258 ConsolidationEntry = namedtuple("ConsolidationEntry", "idx id")
|
/pkg/src/modules/lint/ |
H A D | pkglint_action.py | 40 ObsoleteFmri = collections.namedtuple("ObsoleteFmri", "is_obsolete, fmri")
|
/pkg/src/modules/client/linkedimage/ |
H A D | common.py | 134 LI_RVTuple = collections.namedtuple("LI_RVTuple", "rvt_rv rvt_e rvt_p_dict")
|
Completed in 121 milliseconds