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

Function iter_opnames

Lib/test/test_capi/test_opt.py:67–69  ·  view source on GitHub ↗
(ex)

Source from the content-addressed store, hash-verified

65
66
67def iter_opnames(ex):
68 for item in ex:
69 yield item[0]
70
71
72def get_opnames(ex):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…