Searched defs:softspace (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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.py584 def softspace(self): member in class:SpooledTemporaryFile
585 return self._file.softspace
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
H A Dexample.py109 int softspace;
113 softspace = member() variable in class:cStringIO.OutputType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A DcStringIO.c60 int softspace; member in struct:__anon2754
532 {"softspace", T_INT, offsetof(Oobject, softspace), 0,
590 self->softspace = 0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcStringIO.c60 int softspace; member in struct:__anon3087
510 {"softspace", T_INT, offsetof(Oobject, softspace), 0,
568 self->softspace = 0;

Completed in 93 milliseconds