MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / def_op

Function def_op

tools/python-3.11.9-amd64/Lib/opcode.py:38–40  ·  view source on GitHub ↗
(name, op)

Source from the content-addressed store, hash-verified

36opname = ['<%r>' % (op,) for op in range(256)]
37
38def def_op(name, op):
39 opname[op] = name
40 opmap[name] = op
41
42def name_op(name, op):
43 def_op(name, op)

Callers 4

name_opFunction · 0.85
jrel_opFunction · 0.85
jabs_opFunction · 0.85
opcode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected