conj

  • conj函数详解

    一、概述 def conj(f, *fs): if not fs: return f def ret(*args, **kwargs): return f(conj(*fs)(*a…

    编程 2024-12-22