MCPcopy Create free account
hub / github.com/modelscope/ms-agent / get_file_extensions

Method get_file_extensions

ms_agent/utils/parser_utils.py:42–44  ·  view source on GitHub ↗

Return list of file extensions this parser handles

(self)

Source from the content-addressed store, hash-verified

40
41 @abstractmethod
42 def get_file_extensions(self) -> List[str]:
43 """Return list of file extensions this parser handles"""
44 pass
45
46 @abstractmethod
47 def parse(self, code_content: str) -> List[ImportInfo]:

Callers 1

get_parserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected