module documentation

Undocumented

Class ​Content​File A File-like object that takes just raw content, rather than an actual file.
Function endswith​_cr Return True if line (a text or bytestring) ends with ' '.
Function endswith​_lf Return True if line (a text or bytestring) ends with ' '.
Function equals​_lf Return True if line (a text or bytestring) equals ' '.
def endswith_cr(line):
Return True if line (a text or bytestring) ends with ' '.
def endswith_lf(line):
Return True if line (a text or bytestring) ends with ' '.
def equals_lf(line):
Return True if line (a text or bytestring) equals ' '.