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

Function ljust

Lib/string.py:423–431  ·  view source on GitHub ↗

ljust(s, width[, fillchar]) -> string Return a left-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

ljustMethod · 0.80

Tested by

no test coverage detected