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

Function spam_N

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

Source from the content-addressed store, hash-verified

126
127
128def spam_N(x):
129 def eggs_nested(y):
130 return None, y
131 return eggs_nested, x
132
133
134def spam_C(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…