Home | History | Annotate | Download | only in Lib

Lines Matching defs:_setmode

17     from msvcrt import setmode as _setmode
19 _setmode = None
1500 if _setmode:
1502 _setmode(fd, os.O_BINARY)