Home
last modified time | relevance | path

Searched refs:cnt_min (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dconfig.py48 def _check_args(name, cnt_min, cnt_max, args): argument
50 if cnt not in (0, cnt_max - cnt_min):
52 (name, cnt_min, cnt_max, cnt,))