Home
last modified time | relevance | path

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

/dports/devel/py-pyral/pyral-1.5.2/pyral/
H A Dconfig.py57 RALLY_ARG_SETTING_PATT2 = re.compile(r'^--([ASUPWasupw][a-z]+)=(.+)\s*$') variable
178 mo = RALLY_ARG_SETTING_PATT2.match(arg)
306 mo = RALLY_ARG_SETTING_PATT2.match(arg)