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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
H A Dconfig.py297 ConvertingTuple):
309 ConvertingTuple):
319 ConvertingTuple):
333 ConvertingTuple):
343 ConvertingTuple):
347 class ConvertingTuple(tuple): class in inherits:tuple
354 ConvertingTuple):
456 elif not isinstance(value, ConvertingTuple) and\
458 value = ConvertingTuple(value)

Completed in 27 milliseconds