display
File Purpose: display / print objects
Functions
|
gets string from help(f) |
|
join strs with sep, with max_line_len characters per line; |
|
clears current printed line of up to N characters, and returns cursor to beginning of the line. |
|
return obj._repr_simple() if possible, else repr(obj) |