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

Function spam_C

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

Source from the content-addressed store, hash-verified

132
133
134def spam_C(x):
135 a = 1
136 def eggs_closure(y):
137 return None, y, a, x
138 return eggs_closure, a, x
139
140
141def spam_NN(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…