display

File Purpose: display / print objects

Functions

help_str(f)

gets string from help(f)

join_strs_with_max_line_len(strs[, sep, ...])

join strs with sep, with max_line_len characters per line;

print_clear([N])

clears current printed line of up to N characters, and returns cursor to beginning of the line.

repr_simple(obj)

return obj._repr_simple() if possible, else repr(obj)