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

/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestUtilityLoad.py6 def strip_2tup(tup): function
25 got = strip_2tup(self.cls.load_as_string(self.name))
28 got = strip_2tup(self.cls.load_as_string(self.name, self.filename))
33 got = strip_2tup((utility.proto, utility.impl))
37 got = strip_2tup((required.proto, required.impl))
41 got = strip_2tup((utility.proto, utility.impl))
45 got = strip_2tup((utility.proto, utility.impl))
62 got = strip_2tup(self.cls.load_as_string(self.name, context=self.context))
67 got = strip_2tup((utility.proto, utility.impl))
71 got = strip_2tup((require
[all...]

Completed in 220 milliseconds