Lines Matching refs:softspace
2123 function:__dir__,args,auto_rebind,self,softspace
2124 output:__dir__,close,closed,flush,isatty,readable,seekable,softspace,writable,write,writelines
2789 ee('del sys.stdout.softspace')
2790 number_test('sys.stdout.softspace = %s', unsigned=True)
2791 number_test('sys.stderr.softspace = %s', unsigned=True)
3032 …del sys.stdout.softspace:(<class 'AttributeError'>, AttributeError('cannot delete OutputObject att…
3033 >>> Testing NumberToLong using sys.stdout.softspace = %s
3034 …sys.stdout.softspace = []:(<class 'TypeError'>, TypeError('expected int() or something supporting …
3035 …sys.stdout.softspace = None:(<class 'TypeError'>, TypeError('expected int() or something supportin…
3036 …sys.stdout.softspace = -1:(<class 'ValueError'>, ValueError('number must be greater or equal to ze…
3038 >>> Testing NumberToLong using sys.stderr.softspace = %s
3039 …sys.stderr.softspace = []:(<class 'TypeError'>, TypeError('expected int() or something supporting …
3040 …sys.stderr.softspace = None:(<class 'TypeError'>, TypeError('expected int() or something supportin…
3041 …sys.stderr.softspace = -1:(<class 'ValueError'>, ValueError('number must be greater or equal to ze…