fileclass module¶
This is file class to write and read files
Reference : https://www.tutorialspoint.com/writing-files-in-background-in-python Started 15 Nov 2019 by keita Mouhamed Moustapha
-
class
fileclass.
AsyncWrite
(text, filename)¶ Bases:
threading.Thread
Class instance declaration for background writing
-
run
()¶ To Write the text to filename.ext in the background
-
-
fileclass.
Main
()¶ A sample code to show the use of AsyncWrite class