MCPcopy Index your code
hub / github.com/python/cpython / eggs_closure_C

Function eggs_closure_C

Lib/test/_code_definitions.py:169–173  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

167def spam_CC(x):
168 a = 1
169 def eggs_closure_C(y):
170 b = 2
171 def ham_C_closure(z):
172 return None, z, b, y, a, x
173 return ham_C_closure, b, y, a, x
174 return eggs_closure_C, a, x
175
176

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…