FileHandler.file_open(req)
Open the file locally, if there is no host name, or the host name is 'localhost'
.
Changed in version 3.2: This method is applicable only for local hostnames. When a remote hostname is given, an URLError
is raised.
FileHandler.file_open(req)
Open the file locally, if there is no host name, or the host name is 'localhost'
.
Changed in version 3.2: This method is applicable only for local hostnames. When a remote hostname is given, an URLError
is raised.
Please login to continue.