sio3pack.files.remote_file

Module Contents

class sio3pack.files.remote_file.RemoteFile(file)[source]

Bases: sio3pack.files.file.File

Class for a file that is tracked by filetracker.

Parameters:
  • file (oioioi.filetracker.fields.FileField) – The file field from the filetracker.

  • filename (str) – The name of the file.

FileField
file
filename
read()[source]

Read the file.

path
abstractmethod write(text)

Write to the file.

Parameters:

text (str) – The text to write.