Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py1972 def __init__(self, initial_value="", newline="\n"): argument
1981 if initial_value:
1982 if not isinstance(initial_value, unicode):
1983 initial_value = unicode(initial_value)
1984 self.write(initial_value)