Exemplo n.º 1
0
 def decorator(function):
     function = PluginFunction(function)
     function.make_private(priv)
     return function