:param filename str: :rtype: Tree
(filename, lang_params)
| 103 | @staticmethod |
| 104 | @abc.abstractmethod |
| 105 | def get_tree(filename, lang_params): |
| 106 | """ |
| 107 | :param filename str: |
| 108 | :rtype: Tree |
| 109 | """ |
| 110 | |
| 111 | @staticmethod |
| 112 | @abc.abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected