Home
last modified time | relevance | path

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

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dhelpers.py271 _sq_simple_id_rx = re.compile(r'^[-_./a-zA-Z0-9]+$') variable
283 if _sq_simple_id_rx.match(x):