Skip to content

Considering All properties of Objects? #81

Answered by TobiasHT5
kallyas asked this question in Q&A
Discussion options

You must be logged in to vote

@kallyas the parsing action is directed by the key that is passed to the parsing method. There are many keys that map to the same parsing method. For example, all those keys in that case statement map to the message parsing method which constructs a message object.

You should also know that parsing methods are responsible for parsing every object that appears in the module they are parsing. For example, _parse_message is responsible for parsing the message object, MessageID object and others found in the message.py module

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@kallyas
Comment options

@TobiasHT5
Comment options

@TobiasHT5
Comment options

@kallyas
Comment options

Answer selected by TobiasHT5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants