Searched defs:allow_action (Results 1 - 2 of 2) 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)

Completed in 11 milliseconds