Searched refs:initial_value (Results 1 – 1 of 1) sorted by relevance
1972 def __init__(self, initial_value="", newline="\n"): argument1981 if initial_value:1982 if not isinstance(initial_value, unicode):1983 initial_value = unicode(initial_value)1984 self.write(initial_value)