Searched refs:cant (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_descr.py | 3038 def cant(x, C): function 3051 cant(C(), list) 3052 cant(list(), C) 3053 cant(C(), 1) 3054 cant(C(), object) 3055 cant(object(), list) 3056 cant(list(), object) 3058 cant(2, Int) 3059 cant(Int(), int) 3060 cant(True, int) [all …]
|