Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
ljust(x, n):
16
return
x.ljust(n)
17
def
center(x, n):
18
return
x.center(n)
19
def
rjust(x, n):
20
return
x.rjust(n)
21
align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust}
Callers
nothing calls this directly
Calls
1
center
Method · 0.45
Tested by
no test coverage detected