Skip to main content

Module utils

Module utils 

Source

Modules§

datetime

Functions§

escape_xml
Escape text for XML element content.
grapheme_width
Display width of one grapheme cluster in terminal columns.
home_dir
Return the current user’s home directory from common platform env vars.
ratio_of
Compute floor(value * ratio) without floating-point drift on whole tokens.
scope_depth
Depth of a scope: . = 0, src = 1, src/core = 2.
text_width
Display width of a string in terminal columns.
truncate_ellipsis
Truncate a string to max_width terminal columns, appending if truncated.
truncate_ellipsis_start
Truncate from the start (keeping the end), prefixing if truncated.
truncate_line
Truncate a string to MAX_LINE_LEN chars, adding ... if truncated.