Lines Matching full:initial_value
1979 The initial_value argument sets the value of object. The newline1983 def __init__(self, initial_value="", newline="\n"):1992 if initial_value:1993 if not isinstance(initial_value, unicode):1994 initial_value = unicode(initial_value)1995 self.write(initial_value)