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

Function name_op

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

Source from the content-addressed store, hash-verified

40 opmap[name] = op
41
42def name_op(name, op):
43 def_op(name, op)
44 hasname.append(op)
45
46def jrel_op(name, op):
47 def_op(name, op)

Callers 1

opcode.pyFile · 0.85

Calls 2

def_opFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected