Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy_reg.py7 from types import ClassType as _ClassType unknown
15 if type(ob_type) is _ClassType:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy_reg.py7 from types import ClassType as _ClassType unknown
15 if type(ob_type) is _ClassType: