phfaist / pylatexenc

Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion
https://pylatexenc.readthedocs.io
MIT License
301 stars 37 forks source link

deprecate isNodeType, nodeType #76

Open nschloe opened 2 years ago

nschloe commented 2 years ago

Not only did those classes not follow naming conventions (is_node_type, node_type), but they're also easily replacable by standard functions. Explicit is better than implicit, as the Zen of Python says, so here's a PR that deprecates the methods.