I've noticed that after parsing a schema, the description field of instances of several classes remains None. I haven't exhaustively tested this, but at least for message and field tags the description attribute does not get propagated to the corresponding objects.
I've noticed that after parsing a schema, the
description
field of instances of several classes remainsNone
. I haven't exhaustively tested this, but at least for message and field tags the description attribute does not get propagated to the corresponding objects.