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

Function rjust

Lib/string.py:434–442  ·  view source on GitHub ↗

rjust(s, width[, fillchar]) -> string Return a right-justified 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

rjustMethod · 0.80

Tested by

no test coverage detected