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

Function spam_CN

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

Source from the content-addressed store, hash-verified

156
157
158def spam_CN(x):
159 a = 1
160 def eggs_closure_N(y):
161 def ham_C_nested(z):
162 return None, z
163 return ham_C_nested, y, a, x
164 return eggs_closure_N, a, x
165
166
167def spam_CC(x):

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…