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

Function center

tools/python-3.11.9-amd64/Tools/demo/spreadsheet.py:17–18  ·  view source on GitHub ↗
(x, n)

Source from the content-addressed store, hash-verified

15def ljust(x, n):
16 return x.ljust(n)
17def center(x, n):
18 return x.center(n)
19def rjust(x, n):
20 return x.rjust(n)
21align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust}

Callers

nothing calls this directly

Calls 1

centerMethod · 0.45

Tested by

no test coverage detected