pylatexenc
pylatexenc copied to clipboard
deprecate isNodeType, nodeType
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.