pylatexenc icon indicating copy to clipboard operation
pylatexenc copied to clipboard

deprecate isNodeType, nodeType

Open nschloe opened this issue 3 years ago • 0 comments

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.

nschloe avatar Feb 15 '22 14:02 nschloe