Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _hex_code
Function
_hex_code
tools/python-3.11.9-amd64/Lib/re/_compiler.py:588–589 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
586
return
code
587
588
def
_hex_code(code):
589
return
'[%s]'
%
', '
.join(
'%#0*x'
% (_sre.CODESIZE*2+2, x)
for
x in code)
590
591
def
dis(code):
592
import
sys
Callers
1
dis_
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected