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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dformatter.py30 If the writer parameter is omitted, a NullWriter instance is created.
40 writer = NullWriter()
295 class NullWriter: class in inherits:
318 class AbstractWriter(NullWriter):
360 class DumbWriter(NullWriter):
372 NullWriter.__init__(self)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dformatter.py30 If the writer parameter is omitted, a NullWriter instance is created.
40 writer = NullWriter()
295 class NullWriter: class in inherits:
318 class AbstractWriter(NullWriter):
360 class DumbWriter(NullWriter):
372 NullWriter.__init__(self)

Completed in 30 milliseconds