MCPcopy 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
588def _hex_code(code):
589 return '[%s]' % ', '.join('%#0*x' % (_sre.CODESIZE*2+2, x) for x in code)
590
591def dis(code):
592 import sys

Callers 1

dis_Function · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected