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

/external/python/cpython2/Lib/
H A Dformatter.py84 self.softspace = 0 # Should a space be inserted
99 self.softspace = 0
106 self.softspace = 0
113 self.have_label = self.para_end = self.softspace = self.parskip = 0
125 self.softspace = self.parskip = 0
184 elif prespace or self.softspace:
187 self.softspace = 1
194 self.softspace = postspace
199 if self.softspace:
202 self.nospace = self.para_end = self.softspace
[all...]
H A Dcode.py15 def softspace(file, newvalue): function
18 oldvalue = file.softspace
22 file.softspace = newvalue
109 if softspace(sys.stdout, 0):
H A Dtempfile.py615 def softspace(self): member in class:SpooledTemporaryFile
616 return self._file.softspace
H A DStringIO.py63 self.softspace = 0
H A Dsocket.py245 __slots__ = ["mode", "bufsize", "softspace",
256 self.softspace = False
H A Ddoctest.py257 # Prevent softspace from screwing up the next test case, in
259 if hasattr(self, "softspace"):
260 del self.softspace
265 if hasattr(self, "softspace"):
266 del self.softspace
/external/python/cpython2/Tools/framer/
H A Dexample.py109 int softspace;
113 softspace = member() variable in class:cStringIO.OutputType
/external/python/cpython2/Tools/freeze/
H A Dbkfile.py28 self.softspace = self.__file.softspace
/external/python/cpython2/Lib/bsddb/
H A Ddbrecio.py42 self.softspace = 0
/external/python/cpython2/Lib/idlelib/
H A Drun.py222 if sys.stdout.softspace:
223 sys.stdout.softspace = 0
H A DPyShell.py1291 sys.stdout.softspace = 0
1323 self.softspace = 0
/external/python/cpython2/Modules/
H A DcStringIO.c60 int softspace; member in struct:__anon17582
532 {"softspace", T_INT, offsetof(Oobject, softspace), 0,
590 self->softspace = 0;
/external/python/cpython2/Lib/test/
H A Dtest_py3kwarn.py202 expected = 'file.softspace not supported in 3.x'
205 self.assertWarning(f.softspace, w, expected)
207 f.softspace = 0
H A Dtest_file2k.py45 softspace = f.softspace
51 # verify softspace is writable
52 f.softspace = softspace # merely shouldn't blow up
/external/autotest/client/common_lib/
H A Dpexpect.py409 self.softspace = False # File-like object.

Completed in 6396 milliseconds