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

Method get_tree

code2flow/model.py:105–109  ·  view source on GitHub ↗

:param filename str: :rtype: Tree

(filename, lang_params)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected