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

Function eggs_nested_N

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

Source from the content-addressed store, hash-verified

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

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…