MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / find

Method find

scratchattach/utils/enums.py:236–237  ·  view source on GitHub ↗
(cls, value, by: str = "id", apply_func: Optional[Callable] = None)

Source from the content-addressed store, hash-verified

234
235 @classmethod
236 def find(cls, value, by: str = "id", apply_func: Optional[Callable] = None) -> AlertType:
237 return super().find(value, by, apply_func)

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected