module documentation

Undocumented

Function normalize_whitespace Remove leading and trailing whitespace, and convert internal stretches of whitespace to a single space.
Function test_from_template Regression test for gh-10712.
Variable expected_pyf Undocumented
Variable pyf_src Undocumented
def normalize_whitespace(s): (source)

Remove leading and trailing whitespace, and convert internal stretches of whitespace to a single space.

def test_from_template(): (source)

Regression test for gh-10712.

expected_pyf: str = (source)

Undocumented

Undocumented