MCPcopy Create free account
hub / github.com/UVA-Computer-Vision-Lab/FrameINO / IsIn

Class IsIn

preprocess/oneformer_code/oneformer/utils/events.py:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class IsIn(BaseRule):
38 def __init__(self, keyword: str):
39 self.keyword = keyword
40
41 def __call__(self, target):
42 return self.keyword in target
43
44
45class Prefix(BaseRule):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected