limit_calls# pyqqq.utils.limiter.limit_calls(max_calls: int = 5, period: float = 1, scope: str = 'default')[source]# 여러 함수에 대한 호출을 제한하는 데코레이터입니다. Parameters: max_calls (int) – 최대 호출 횟수 period (float) – 기간(초) 동안의 호출 횟수를 제한합니다. scope (str) – 호출 제한을 적용할 스코프 이름입니다.