MCPcopy Index your code
hub / github.com/faust-streaming/faust / LtMethod

Function LtMethod

faust/utils/codegen.py:188–190  ·  view source on GitHub ↗

Generate ``__lt__`` method.

(fields: List[str], **kwargs: Any)

Source from the content-addressed store, hash-verified

186
187
188def LtMethod(fields: List[str], **kwargs: Any) -> Callable[[], None]:
189 """Generate ``__lt__`` method."""
190 return CompareMethod(name="__lt__", op="<", fields=fields, **kwargs)
191
192
193def CompareMethod(

Callers

nothing calls this directly

Calls 1

CompareMethodFunction · 0.85

Tested by

no test coverage detected