Exemplo n.º 1
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("validators", [])
     plugin._default_meta_get("validators").append((
         name,
         (),
         kwargs,
     ))
     return plugin
Exemplo n.º 2
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("default_context", {})
     plugin._default_meta_get("default_context")[name] = config
     return plugin
Exemplo n.º 3
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("default_context", {})
     plugin._default_meta_get("default_context")[name] = config
     return plugin
Exemplo n.º 4
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("validators", [])
     plugin._default_meta_get("validators").append((name, (), kwargs,))
     return plugin