asyncore.file_wrapper

class asyncore.file_wrapper

A file_wrapper takes an integer file descriptor and calls os.dup() to duplicate the handle so that the original handle may be closed independently of the file_wrapper. This class implements sufficient methods to emulate a socket for use by the file_dispatcher class. Availability: UNIX.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.