MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / print_

Function print_

tools/python-3.11.9-amd64/Lib/re/_compiler.py:599–605  ·  view source on GitHub ↗
(*args, to=None)

Source from the content-addressed store, hash-verified

597
598 def dis_(start, end):
599 def print_(*args, to=None):
600 if to is not None:
601 labels.add(to)
602 args += ('(to %d)' % (to,),)
603 print('%*d%s ' % (offset_width, start, ':' if start in labels else '.'),
604 end=' '*(level-1))
605 print(*args)
606
607 def print_2(*args):
608 print(end=' '*(offset_width + 2*level))

Callers 1

dis_Function · 0.70

Calls 2

printFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected