Searched refs:allow_action (Results 1 - 8 of 8) sorted by relevance

/pkg/src/modules/
H A Dfacet.py368 # allow_action is provided as a native function (see end of class
529 def allow_action(self, action, publisher=None): function in function:Facets.inherited
533 Facets.allow_action = types.MethodType(_allow_facet, None, Facets)
H A Dvariant.py50 # allow_action is provided as a native function (see end of class
53 def allow_action(self, action, publisher=None): function in function:_Variants.copy
56 _Variants.allow_action = types.MethodType(_allow_variant, None, _Variants)
H A Dmanifest.py1478 if x.__func__ != facet.Facets.allow_action
/pkg/src/tests/api/
H A Dt_manifest.py449 m1.exclude_content([v.allow_action, lambda x, publisher: True])
471 excludes = [v.allow_action, lambda x, publisher: True]
H A Dt_catalog.py237 excludes = [variants.allow_action]
/pkg/src/util/publish/
H A Dpkgdiff.py175 variant.Variants({vname: filt}).allow_action])
/pkg/src/modules/client/
H A Dimage.py1826 vardrate_excludes = [self.cfg.variants.allow_action]
2011 excludes = [self.cfg.variants.allow_action,
2012 self.cfg.facets.allow_action]
2431 var_call = new_vars.allow_action
2433 var_call = self.cfg.variants.allow_action
2435 fac_call = new_facets.allow_action
2437 fac_call = self.cfg.facets.allow_action
/pkg/src/modules/client/linkedimage/
H A Dcommon.py1504 excludes = [ self.__img.cfg.variants.allow_action ]

Completed in 49 milliseconds