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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dtypes.py12 NoneType = type(None) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtypes.py12 NoneType = type(None) variable
H A Dxmlrpclib.py660 dispatch[NoneType] = dump_nil
H A Dpickle.py428 dispatch[NoneType] = save_none
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dunixccompiler.py19 from types import StringType, NoneType namespace
219 if type(output_dir) not in (StringType, NoneType):

Completed in 151 milliseconds