- Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As an alternative to doing this
from tree_hugger.core import PythonParser pp = PythonParser() We also suggest having something like this
from tree_hugger.language_factory import get_parser pp = get_parser('Python') As most of the parsers expose a very similar API so having a factory makes sense in this regard.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request