module documentation

Undocumented

Class ContentFile 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): (source)

Return True if line (a text or bytestring) ends with ' '.

def endswith_lf(line): (source)

Return True if line (a text or bytestring) ends with ' '.

def equals_lf(line): (source)

Return True if line (a text or bytestring) equals ' '.