MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / __init_subclass__

Method __init_subclass__

quantmind/knowledge/_graph.py:34–40  ·  view source on GitHub ↗
(cls, **kwargs: Any)

Source from the content-addressed store, hash-verified

32 """
33
34 def __init_subclass__(cls, **kwargs: Any) -> None:
35 super().__init_subclass__(**kwargs)
36 raise NotImplementedError(
37 "GraphKnowledge is a design-intent placeholder; subclassing is "
38 "blocked until the shape is finalised. Open a tracking issue "
39 "before lifting this guard."
40 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected