MCPcopy
hub / github.com/LawRefBook/Laws / parse

Method parse

scripts/request.py:253–254  ·  view source on GitHub ↗
(self, result, detail)

Source from the content-addressed store, hash-verified

251
252 @abstractmethod
253 def parse(self, result, detail) -> Tuple[str, str, List[str]]:
254 pass
255
256 def __eq__(self, __o: object) -> bool:
257 return __o == self.parse_type

Callers 2

parse_lawMethod · 0.45
parse_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected