:param tree Tree: :rtype: (list[tree], list[tree], list[tree])
(tree)
| 111 | @staticmethod |
| 112 | @abc.abstractmethod |
| 113 | def separate_namespaces(tree): |
| 114 | """ |
| 115 | :param tree Tree: |
| 116 | :rtype: (list[tree], list[tree], list[tree]) |
| 117 | """ |
| 118 | |
| 119 | @staticmethod |
| 120 | @abc.abstractmethod |
nothing calls this directly
no outgoing calls
no test coverage detected