MCPcopy
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
35def code_equal(a, b):
36 return a.co_code == b.co_code
37
38
39BIN_OP_FUNCS = {

Callers 1

cmp_code_objectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected