class documentation

class _FetchParser: (source)

View In Hierarchy

Undocumented

Class Body Undocumented
Class BodyStructure Undocumented
Class Envelope Undocumented
Class Flags Undocumented
Class Header Undocumented
Class InternalDate Undocumented
Class MIME Undocumented
Class RFC822 Undocumented
Class RFC822Header Undocumented
Class RFC822Size Undocumented
Class RFC822Text Undocumented
Class Text Undocumented
Class UID Undocumented
Method __init__ Undocumented
Method parseString Undocumented
Method state_close_paren Undocumented
Method state_fetch_att Undocumented
Method state_finish_section Undocumented
Method state_got_body Undocumented
Method state_header_list Undocumented
Method state_initial Undocumented
Method state_maybe_fetch_att Undocumented
Method state_maybe_partial Undocumented
Method state_maybe_section Undocumented
Method state_part_number Undocumented
Method state_section Undocumented
Method state_whitespace Undocumented
Instance Variable parts Undocumented
Instance Variable pending_body Undocumented
Instance Variable remaining Undocumented
Instance Variable result Undocumented
Instance Variable state Undocumented
Class Variable _partExpr Undocumented
Class Variable _simple_fetch_att Undocumented
def __init__(self): (source)

Undocumented

def parseString(self, s): (source)

Undocumented

def state_close_paren(self, s): (source)

Undocumented

def state_fetch_att(self, s): (source)

Undocumented

def state_finish_section(self, s): (source)

Undocumented

def state_got_body(self, s): (source)

Undocumented

def state_header_list(self, s): (source)

Undocumented

def state_initial(self, s): (source)

Undocumented

def state_maybe_fetch_att(self, s): (source)

Undocumented

def state_maybe_partial(self, s): (source)

Undocumented

def state_maybe_section(self, s): (source)

Undocumented

def state_part_number(self, s): (source)

Undocumented

def state_section(self, s): (source)

Undocumented

def state_whitespace(self, s): (source)

Undocumented

Undocumented

pending_body = (source)

Undocumented

remaining: bytes = (source)

Undocumented

Undocumented

Undocumented

_partExpr = (source)

Undocumented

_simple_fetch_att = (source)

Undocumented