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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:

Completed in 43 milliseconds