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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep292.py 170 s = AmpersandTemplate('this &gift is for &{who} &&')
171 eq(s.substitute(gift='bud', who='you'), 'this bud is for you &')
173 eq(s.safe_substitute(gift='bud', who='you'), 'this bud is for you &')
174 eq(s.safe_substitute(), 'this &gift is for &{who} &')
175 s = AmpersandTemplate('this &gift is for &{who} &')
176 raises(ValueError, s.substitute, dict(gift='bud', who='you'))
177 eq(s.safe_substitute(), 'this &gift is for &{who} &')
  /external/python/cpython2/Lib/test/
test_string.py 427 s = AmpersandTemplate('this &gift is for &{who} &&')
428 eq(s.substitute(gift='bud', who='you'), 'this bud is for you &')
430 eq(s.safe_substitute(gift='bud', who='you'), 'this bud is for you &')
431 eq(s.safe_substitute(), 'this &gift is for &{who} &')
432 s = AmpersandTemplate('this &gift is for &{who} &')
433 raises(ValueError, s.substitute, dict(gift='bud', who='you'))
434 eq(s.safe_substitute(), 'this &gift is for &{who} &')
  /external/python/cpython3/Lib/test/
test_string.py 463 s = AmpersandTemplate('this &gift is for &{who} &&')
464 eq(s.substitute(gift='bud', who='you'), 'this bud is for you &')
466 eq(s.safe_substitute(gift='bud', who='you'), 'this bud is for you &')
467 eq(s.safe_substitute(), 'this &gift is for &{who} &')
468 s = AmpersandTemplate('this &gift is for &{who} &')
469 raises(ValueError, s.substitute, dict(gift='bud', who='you'))
470 eq(s.safe_substitute(), 'this &gift is for &{who} &')
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]

Completed in 8355 milliseconds