MCPcopy Index your code
hub / github.com/andialbrecht/sqlparse / wrapped_f

Function wrapped_f

sqlparse/utils.py:70–74  ·  view source on GitHub ↗
(tlist)

Source from the content-addressed store, hash-verified

68 """
69 def wrap(f):
70 def wrapped_f(tlist):
71 for sgroup in tlist.get_sublists():
72 if not isinstance(sgroup, cls):
73 wrapped_f(sgroup)
74 f(tlist)
75
76 return wrapped_f
77

Callers

nothing calls this directly

Calls 2

fFunction · 0.85
get_sublistsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…