MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / of

Method of

apps/knowledge/models/knowledge.py:80–81  ·  view source on GitHub ↗
(status: str)

Source from the content-addressed store, hash-verified

78
79 @staticmethod
80 def of(status: str):
81 return Status(status)
82
83 def __str__(self):
84 result = []

Callers

nothing calls this directly

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected