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

Function eggs_nested_C

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

Source from the content-addressed store, hash-verified

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

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…