MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / separate_namespaces

Method separate_namespaces

code2flow/model.py:113–117  ·  view source on GitHub ↗

:param tree Tree: :rtype: (list[tree], list[tree], list[tree])

(tree)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected