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

Method find

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

Source from the content-addressed store, hash-verified

160
161 @classmethod
162 def find(cls, value, by: str = "name", apply_func: Optional[Callable] = None) -> Language:
163 return super().find(value, by, apply_func)
164
165 @classmethod
166 def all_of(cls, attr_name: str = "name", apply_func: Optional[Callable] = None) -> list:

Callers 15

find_by_attrsMethod · 0.45
findMethod · 0.45
findMethod · 0.45
classroomMethod · 0.45
studios_followingMethod · 0.45
lovesMethod · 0.45
loves_countMethod · 0.45
has_badgeMethod · 0.45
commentsMethod · 0.45
alert_typeMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected