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

Method find

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

Source from the content-addressed store, hash-verified

189
190 @classmethod
191 def find(cls, value, by: str = "name", apply_func: Optional[Callable] = None) -> TTSVoice:
192 return super().find(value, by, apply_func)
193
194 @classmethod
195 def all_of(cls, attr_name: str = "name", apply_func: Optional[Callable] = None) -> Iterable:

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected