MCPcopy
hub / github.com/pallets/click / new_func

Function new_func

examples/imagepipe/imagepipe.py:47–51  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

45 """
46
47 def new_func(*args, **kwargs):
48 def processor(stream):
49 return f(stream, *args, **kwargs)
50
51 return processor
52
53 return update_wrapper(new_func, f)
54

Callers

nothing calls this directly

Calls 1

fFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…