MCPcopy Create free account
hub / github.com/sonofmagic/weapp-tailwindcss / clamp

Function clamp

scripts/scan-wechat-qrcode.py:22–23  ·  view source on GitHub ↗
(value: float, minimum: float, maximum: float)

Source from the content-addressed store, hash-verified

20
21
22def clamp(value: float, minimum: float, maximum: float) -> float:
23 return max(minimum, min(maximum, value))
24
25
26def parse_args() -> argparse.Namespace:

Callers 1

detect_sun_code_shapeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected