Lines Matching refs:softspace
1936 function:__dir__,__members__,args,auto_rebind,self,softspace
1937 …output:__dir__,__members__,close,closed,flush,isatty,readable,seekable,softspace,writable,write,wr…
2601 ee('del sys.stdout.softspace')
2602 number_test('sys.stdout.softspace = %s', unsigned=True)
2603 number_test('sys.stderr.softspace = %s', unsigned=True)
2844 del sys.stdout.softspace:AttributeError:('cannot delete OutputObject attributes',)
2845 >>> Testing NumberToLong using sys.stdout.softspace = %s
2846 …sys.stdout.softspace = []:TypeError:('expected int(), long() or something supporting coercing to l…
2847 …sys.stdout.softspace = None:TypeError:('expected int(), long() or something supporting coercing to…
2848 sys.stdout.softspace = -1:ValueError:('number must be greater or equal to zero',)
2850 >>> Testing NumberToLong using sys.stderr.softspace = %s
2851 …sys.stderr.softspace = []:TypeError:('expected int(), long() or something supporting coercing to l…
2852 …sys.stderr.softspace = None:TypeError:('expected int(), long() or something supporting coercing to…
2853 sys.stderr.softspace = -1:ValueError:('number must be greater or equal to zero',)