def test8(self): eq_(preparse(-fun.a(x)), remove(a, (x, ), special.UserFunction))
def make_fun8(name, args, klass): # remove fun = varcache(name) args = preparse(args) return remove(fun, args, klass)
def test8(self): eq_(preparse(-fun. a(x)), remove(a,(x,), special.UserFunction))