Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_string.py193 class Bag: class
294 m.bag = Bag()
295 m.bag.foo = Bag()
342 m.bag = Bag()
343 m.bag.foo = Bag()
H A Dtest_unicode.py2714 class Bag: class
2717 o = Bag()
/third_party/typescript/tests/baselines/reference/
H A DgenericFunctionInference1.js81 declare class Bag<T> {
92 const newBag = asFunction(Bag);
95 const bag1 = new Bag(1, 2, 3);
298 const newBag = asFunction(Bag);
301 const bag1 = new Bag(1, 2, 3);

Completed in 6 milliseconds