HomeSort by relevance Sort by last modified time
    Searched defs:TestPartial (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_functools.py 28 class TestPartial(unittest.TestCase):
157 class TestPartialSubclass(TestPartial):
161 class TestPythonPartial(TestPartial):
457 TestPartial,
  /external/python/cpython2/Lib/test/
test_functools.py 39 class TestPartial(unittest.TestCase):
293 class TestPartialSubclass(TestPartial):
297 class TestPythonPartial(TestPartial):
666 TestPartial,
  /external/python/cpython3/Lib/test/
test_functools.py 55 class TestPartial:
380 class TestPartialC(TestPartial, unittest.TestCase):
431 class TestPartialPy(TestPartial, unittest.TestCase):
    [all...]

Completed in 1068 milliseconds