module documentation

Undocumented

Variable expected​_pyf Undocumented
Variable pyf​_src 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.
expected_pyf: str =

Undocumented

pyf_src: str =

Undocumented

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