Files
AI/참고/guardrails-main/guardrails/utils/polyfills.py
2026-05-12 19:40:31 +09:00

3 lines
47 B
Python

def anext(aiter):
return aiter.__anext__()