MCPcopy 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
605def _hex_code(code):
606 return '[%s]' % ', '.join('%#0*x' % (_sre.CODESIZE*2+2, x) for x in code)
607
608def dis(code):
609 import sys

Callers 1

dis_Function · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…