Pastebin

Paste #1999: No description

< previous paste - next paste>

Pasted by Neppord

Download View as text

var Function = function(func) {
    func.__call__ = function( args, kwargs){
         func.kwargs = kwargs;
         func.defaults = fun.func_defaults.concat([]);
         func.apply(this, args);
         deleat fun.defaults;
         deleat fun.kwags;
    }
    return func;
};

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.