Files
lmcache--lmcache/tests/v1/internal_api_server/test_scripts/math_module.py
T
2026-07-13 12:24:33 +08:00

11 lines
198 B
Python

# SPDX-License-Identifier: Apache-2.0
# TEST_METADATA: {
# "expected_status": 200,
# "expected_result": "4.0",
# "allowed_imports": ["math"]
# }
# Standard
import math
result = math.sqrt(16)