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