Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _hex_code
Function
_hex_code
Lib/re/_compiler.py:605–606 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
603
return
code
604
605
def
_hex_code(code):
606
return
'[%s]'
%
', '
.join(
'%#0*x'
% (_sre.CODESIZE*2+2, x)
for
x in code)
607
608
def
dis(code):
609
import
sys
Callers
1
dis_
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…