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

Function print_2

tools/python-3.11.9-amd64/Lib/re/_compiler.py:607–609  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

605 print(*args)
606
607 def print_2(*args):
608 print(end=' '*(offset_width + 2*level))
609 print(*args)
610
611 nonlocal level
612 level += 1

Callers 1

dis_Function · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected