sio3pack.files.remote_file ========================== .. py:module:: sio3pack.files.remote_file Module Contents --------------- .. py:class:: RemoteFile(file) Bases: :py:obj:`sio3pack.files.file.File` Class for a file that is tracked by filetracker. :param oioioi.filetracker.fields.FileField file: The file field from the filetracker. :param str filename: The name of the file. .. py:attribute:: FileField .. py:attribute:: file .. py:attribute:: filename .. py:method:: read() Read the file. .. py:attribute:: path .. py:method:: write(text) :abstractmethod: Write to the file. :param str text: The text to write.