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

Function spam_NC

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

Source from the content-addressed store, hash-verified

147
148
149def spam_NC(x):
150 a = 1
151 def eggs_nested_C(y):
152 def ham_closure(z):
153 return None, z, y, a, x
154 return ham_closure, y
155 return eggs_nested_C, a, x
156
157
158def spam_CN(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…