Home
last modified time | relevance | path

Searched refs:TestObj (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DValidCheckingInfoObject.py336 class TestObj(object): class
344 test1 = TestObj(1)
345 test2 = TestObj(2)
348 print TestObj(2) in testarr
349 print TestObj(2) == test2