Home | History | Annotate | Download | only in test

Lines Matching refs:funcs

581         funcs = (None, bool, lambda x: True)
606 filter(funcs[0], cls(inp)),
607 filter(funcs[1], cls(inp))
609 for func in funcs: