Searched refs:fuzzy_with_tokens (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/dateutil/dateutil/test/ |
D | test_parser.py | 414 self.assertEqual(parse(s1, fuzzy_with_tokens=True), 421 self.assertEqual(parse(s2, fuzzy_with_tokens=True), 526 parse, '04/04/32/423', fuzzy_with_tokens=True) 528 parse, '04/04/04 +32423', fuzzy_with_tokens=True) 530 parse, '04/04/0d4', fuzzy_with_tokens=True) 744 res = parse(dstr, fuzzy_with_tokens=True) 756 (res, tokens) = parse(dstr, fuzzy_with_tokens=True) 765 res = parse(dstr, fuzzy_with_tokens=True) 773 res = parse(dstr, fuzzy_with_tokens=True)
|
/aosp_15_r20/external/python/dateutil/dateutil/parser/ |
D | _parser.py | 670 fuzzy_with_tokens=False): argument 710 if fuzzy_with_tokens: 872 if fuzzy_with_tokens:
|
/aosp_15_r20/external/python/dateutil/ |
D | NEWS | 395 end skipped were dropped in the fuzzy_with_tokens list. Reported and fixed 566 - Fixed parser issue causing fuzzy_with_tokens to raise an unexpected exception 672 - fuzzy_with_tokens parse addon from Christopher Corley
|