Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
opname = [
'<%r>'
% (op,)
for
op in range(256)]
37
38
def
def_op(name, op):
39
opname[op] = name
40
opmap[name] = op
41
42
def
name_op(name, op):
43
def_op(name, op)
Callers
4
name_op
Function · 0.85
jrel_op
Function · 0.85
jabs_op
Function · 0.85
opcode.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected