ICI Modules: sys: fdopen
Modules by name : by typeSynopsis
file = sys.fdopen(int [, string])Description
Open an existing file descriptor as a stream. The optional string argument defines the access method as per the standard fopen function. The default access method is "r" for reading as is the convention for functions that open files.