Skip to main content

Module expr

Module expr 

Source

FunctionsΒ§

expr_ends_with_dot πŸ”’
Returns true if the printed representation of this expression ends with a . character β€” specifically, an unsuffixed float literal like 0. or 45.. This is used to insert whitespace before range operators (.., ..=) so that the dots don’t merge (e.g. 0. ..45. instead of 0...45.).
reconstruct_format_args_template_string πŸ”’