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

Function spam_CC

Lib/test/_code_definitions.py:167–174  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

165
166
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
177eggs_nested, *_ = spam_N(1)

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…