MCPcopy Create free account
hub / github.com/ActiveState/code / f

Function f

recipes/Python/498261_Deeply_applying_str_across/recipe-498261.py:66–67  ·  view source on GitHub ↗
(obj, deep_str)

Source from the content-addressed store, hash-verified

64
65def make_shallow_recursive_str(recursion_label):
66 def f(obj, deep_str):
67 return recursion_label
68 return f
69
70

Callers 2

recipe-498264.pyFile · 0.50
wrapFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected