Home
last modified time | relevance | path

Searched refs:cheese (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_wsgiref.py496 h.add_header('Foo','bar',cheese=None)
498 ['bar; baz="spam"', 'bar; cheese'])
502 'Foo: bar; cheese\r\n'
H A Dpickletester.py2763 def cheese(): member in AbstractPickleTests.test_py_methods.PyMethodsTest
2764 return "cheese"
2786 PyMethodsTest.cheese,
2809 PyMethodsTest.__dict__['cheese'], # static method descriptor
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js885 var object = { cheese: 'crumpets', stuff: function () { return 'nonsense'; } };
886 _.result(object, 'cheese');
1070 var object = { cheese: 'crumpets', stuff: function () { return 'nonsense'; } };
1071 _.result(object, 'cheese');

Completed in 9 milliseconds