示例#1
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("validators", [])
     plugin._default_meta_get("validators").append((
         name,
         (),
         kwargs,
     ))
     return plugin
示例#2
0
文件: context.py 项目: lolwww/rally
 def wrapper(plugin):
     plugin._default_meta_setdefault("default_context", {})
     plugin._default_meta_get("default_context")[name] = config
     return plugin
示例#3
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("default_context", {})
     plugin._default_meta_get("default_context")[name] = config
     return plugin
示例#4
0
 def wrapper(plugin):
     plugin._default_meta_setdefault("validators", [])
     plugin._default_meta_get("validators").append((name, (), kwargs,))
     return plugin