Pastebin

Paste #1998: No description

< previous paste - next paste>

Pasted by Neppord

Download View as text

var Function = function(func) {
    func.__call__ = function( args, kwargs){
        func.kvargs = kwargs;
        func.apply(args);
        deleat func.kwargs;
    }
    return func;
};

New Paste


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

Go to most recent paste.