HomeSort by relevance Sort by last modified time
    Searched refs:TimeRE (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 109 """Tests for TimeRE."""
112 """Construct generic TimeRE object."""
113 self.time_re = _strptime.TimeRE()
117 # Test TimeRE.pattern
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
169 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
185 time_re = _strptime.TimeRE(locale_time)
516 # A new LocaleTime instance should be created when a new TimeRE object
524 # The TimeRE instance should be recreated upon changing the locale.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 109 """Tests for TimeRE."""
112 """Construct generic TimeRE object."""
113 self.time_re = _strptime.TimeRE()
117 # Test TimeRE.pattern
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
169 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
185 time_re = _strptime.TimeRE(locale_time)
516 # A new LocaleTime instance should be created when a new TimeRE object
524 # The TimeRE instance should be recreated upon changing the locale.

Completed in 2012 milliseconds