Sort classes and methods in mathml_elements.py
commit16803b0ffb1394d381688a7b2b87c70060a61720
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 1 Feb 2024 13:01:43 +0000 (1 13:01 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 1 Feb 2024 13:01:43 +0000 (1 13:01 +0000)
treebd181db37affca009bc729b5ceb00ecd933f25dd
parent0e84d315d3e1dcee2d33e9a36f85ea2712314d54
Sort classes and methods in mathml_elements.py

Sort base classes before conrete element classes.

Sort element classes in order of appearance in the MathML core
documentation https://www.w3.org/TR/mathml-core/.

Move the GLOBAL ATTRIBUTES constant to module level.

No change to implementation and behaviour.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9522 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/utils/math/mathml_elements.py