Lines Matching defs:EmptyI
51 from pkg.misc import EmptyDict, EmptyI, expanddirs, PKG_FILE_MODE, PKG_DIR_MODE
171 self.excludes = EmptyI
201 def difference(self, origin, origin_exclude=EmptyI,
202 self_exclude=EmptyI, pkgplan=None, cmp_policy=None):
361 def combined_difference(self, origin, ov=EmptyI, sv=EmptyI):
366 def humanized_differences(self, other, ov=EmptyI, sv=EmptyI):
726 excludes = EmptyI
727 assert excludes == EmptyI or self.excludes == EmptyI
746 def gen_facets(self, excludes=EmptyI, patterns=EmptyI):
754 excludes = EmptyI
755 assert excludes == EmptyI or self.excludes == EmptyI
762 if facets is not None and excludes == EmptyI:
804 def gen_variants(self, excludes=EmptyI, patterns=EmptyI):
813 excludes = EmptyI
814 assert excludes == EmptyI or self.excludes == EmptyI
821 if variants is not None and excludes == EmptyI:
857 def gen_mediators(self, excludes=EmptyI):
866 excludes = EmptyI
867 assert excludes == EmptyI or self.excludes == EmptyI
901 def gen_actions(self, attr_match=None, excludes=EmptyI):
905 excludes = EmptyI
906 assert excludes == EmptyI or self.excludes == EmptyI
923 def gen_actions_by_type(self, atype, attr_match=None, excludes=EmptyI):
928 excludes = EmptyI
929 assert excludes == EmptyI or self.excludes == EmptyI
946 def gen_actions_by_types(self, atypes, attr_match=None, excludes=EmptyI):
955 def gen_key_attribute_value_by_type(self, atype, excludes=EmptyI):
964 def duplicates(self, excludes=EmptyI):
1040 def set_content(self, content=None, excludes=EmptyI, pathname=None,
1420 def get_size(self, excludes=EmptyI):
1430 excludes = EmptyI
1431 assert excludes == EmptyI or self.excludes == EmptyI
1438 (excludes == EmptyI or self.excludes == excludes):
1449 if excludes == EmptyI:
1456 def _get_varcets(self, excludes=EmptyI):
1544 def __init__(self, fmri, cache_root, contents=None, excludes=EmptyI,
1599 self.excludes = EmptyI # to existing manifest
1785 def gen_actions_by_type(self, atype, attr_match=None, excludes=EmptyI):
1813 if excludes == EmptyI:
1815 assert excludes == self.excludes or self.excludes == EmptyI
1851 def gen_facets(self, excludes=EmptyI, patterns=EmptyI):
1863 def gen_variants(self, excludes=EmptyI, patterns=EmptyI):
1876 def gen_mediators(self, excludes=EmptyI):
1900 def get_size(self, excludes=EmptyI):
1947 def gen_actions(self, attr_match=None, excludes=EmptyI):
1953 def __str__(self, excludes=EmptyI):
1958 def duplicates(self, excludes=EmptyI):
1963 def difference(self, origin, origin_exclude=EmptyI,
1964 self_exclude=EmptyI, pkgplan=None, cmp_policy=None):
1997 def difference(self, origin, origin_exclude=EmptyI,
1998 self_exclude=EmptyI, pkgplan=None, cmp_policy=None):
2031 def __init__(self, duplicates=EmptyI):