Index of the format module
-
m
kid.format
...
- Infoset serialization format styles.
- a output_formats ...
-
C
Format
...
- Formatting details for Serializers.
- a re_trailing_blanks ...
- a re_emdash ...
- a re_dbackticks ...
- a re_endash ...
- a re_squote_left ...
- a dquotes ...
- a re_dquote_left ...
- a squotes ...
- a wrap ...
- a re_squotes ...
- a re_leading_blanks ...
- a re_whitespace ...
- a re_duplicate_newlines ...
- a re_squote_right ...
- a tabsize ...
- a ellipsis ...
- a dashes ...
- a re_sbackticks ...
- a re_ellipses ...
- a re_hyphen_between_blanks ...
- a re_duplicate_blanks ...
- a re_whitespace_with_newline ...
- a re_dquote_right ...
- a re_squote_decade ...
- a apostrophe ...
- a min_level ...
- a indent ...
- a re_indentation ...
- a re_dquotes ...
- f rstrip_lines ... - Right strip XML whitespace from all lines in string.
- f simple_newlines ... - Remove all duplicate newlines in string.
- f lstrip ... - Left strip XML whitespace from string.
- f educate_quotes ... - Use proper typographic quotes in the text.
- f lstrip_blanks ... - Left strip only blanks and tabs from string.
- f educate_ellipses ... - Replace ellipses (...).
- f __init__ ... - Create an output format with given parameters.
- f educate_backticks ... - Replace backticks (`) with opening quotes.
- f lstrip_lines ... - Left strip XML whitespace from all lines in string.
- f educate_dashes ... - Replace en-dashes (--) and em-dashes (---).
- f rstrip_blanks ... - Right strip only blanks and tabs from string.
- f strip ... - Strip XML whitespace from string.
- f rstrip ... - Right strip XML whitespace from string.
- f wrap_lines ... - Wrap words in text lines with offset to a maximum width.
- f indent_width ... - Calculate width of indentation.
- f simple_blanks ... - Remove all duplicate blanks in string.
- f strip_lines ... - Right strip XML whitespace from all lines in string.
- f simple_newline_whitespace ... - Simplify all whitespace containing newlines in string.
- f context_filter ... - Run all filters which need context characters.
- f text_filter ... - Run all filters which do not need a context.
- f strip_blanks ... - Strip only blanks and tabs from string.
- f filter ... - Run all filters.
- f indent_lines ... - Ident all lines in string.
- f clean_whitespace ... - Simplify and strip all whitespace in string.
- f new_offset ... - Calculate new offset after appending a string.
- f simple_whitespace ... - Simplify all whitespace in string.
- f stupefy ... - Replace typographic with simple punctuation.