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

Function spam_NN

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

Source from the content-addressed store, hash-verified

139
140
141def spam_NN(x):
142 def eggs_nested_N(y):
143 def ham_nested(z):
144 return None, z
145 return ham_nested, y
146 return eggs_nested_N, x
147
148
149def spam_NC(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…