Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what is python -u

-u     : force the stdout and stderr streams to be unbuffered;
         this option has no effect on stdin; also PYTHONUNBUFFERED=x

(this is from typing  

python -h

on command shell)
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
6+2 =