Home
last modified time | relevance | path

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

/dports/archivers/py-bup/bup-0.31/lib/cmd/
H A Dsplit-cmd.py28 parse_date_or_fatal)
98 date = parse_date_or_fatal(opt.date, o.fatal)
H A Dsave-cmd.py30 hostname, istty2, log, parse_date_or_fatal, parse_num,
82 date = parse_date_or_fatal(opt.date, o.fatal)
/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dhelpers.py950 def parse_date_or_fatal(str, fatal): function