Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
name_op(name, op):
43
def_op(name, op)
44
hasname.append(op)
45
46
def
jrel_op(name, op):
47
def_op(name, op)
Callers
1
opcode.py
File · 0.85
Calls
2
def_op
Function · 0.85
append
Method · 0.45
Tested by
no test coverage detected