OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WHO
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Lib/test/
test_string.py
209
s = Template('$
who
likes to eat a bag of $what worth $$100')
210
self.assertEqual(s.substitute(dict(
who
='tim', what='ham')),
212
self.assertRaises(KeyError, s.substitute, dict(
who
='tim'))
216
s = Template('$
who
likes ${what} for ${meal}')
217
d = dict(
who
='tim', what='ham', meal='dinner')
220
dict(
who
='tim', what='ham'))
223
s = Template('$
WHO
likes ${WHAT} for ${MEAL}')
224
d = dict(
WHO
='tim', WHAT='ham', MEAL='dinner')
234
s = Template('$
who
likes to eat a bag of $$what worth $$100')
235
eq(s.substitute(dict(
who
='tim', what='ham'))
[
all
...]
/external/kotlinc/
LICENSE
[
all
...]