MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / center

Function center

Lib/string.py:445–453  ·  view source on GitHub ↗

center(s, width[, fillchar]) -> string Return a center version of s, in a field of the specified width. padded with spaces as needed. The string is never truncated. If specified the fillchar is used instead of spaces.

(s, width, *args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

centerMethod · 0.45

Tested by

no test coverage detected