Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
67
def
iter_opnames(ex):
68
for
item in ex:
69
yield
item[0]
70
71
72
def
get_opnames(ex):
Callers
15
get_opnames
Function · 0.85
count_ops
Function · 0.85
test_int_type_propagation
Method · 0.85
test_int_type_propagation_through_frame
Method · 0.85
test_int_type_propagation_from_frame
Method · 0.85
test_int_impure_region
Method · 0.85
test_int_value_numbering
Method · 0.85
test_float_add_constant_propagation
Method · 0.85
test_float_subtract_constant_propagation
Method · 0.85
test_float_multiply_constant_propagation
Method · 0.85
test_add_unicode_propagation
Method · 0.85
test_compare_op_type_propagation_float
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…