MCPcopy Create free account
hub / github.com/cxcscmu/Craw4LLM / __init__

Method __init__

corpus_interface.py:15–16  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

13 _order: str = "desc"
14
15 def __init__(self, *args, **kwargs):
16 super().__init__(*args, **kwargs)
17
18 @classmethod
19 def set_compare_method(cls, key: str, order: Literal["desc", "asc"]) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected