Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rocky/python-uncompyle6
/ code_equal
Function
code_equal
uncompyle6/verify.py:35–36 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
33
34
35
def
code_equal(a, b):
36
return
a.co_code == b.co_code
37
38
39
BIN_OP_FUNCS = {
Callers
1
cmp_code_objects
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected