diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py index 6de271535a04f82dcf65492d810d43eca7496e1d..a3b4683a20a49fe1fc936d47fb185823c4e0eaba 100644 --- a/src/linkahead/common/models.py +++ b/src/linkahead/common/models.py @@ -2315,21 +2315,23 @@ class File(Record): look at `test_files.py` in the Python integration tests of the `load_files.py` script in the advanced user tools. - @param name: A name for this file record (That's an entity name - not to be - confused with the last segment of the files path). - @param id: An ID. - @param description: A description for this file record. - @param path: The complete path, including the file name, of the file in the - server's "caosroot" file system. - @param file: A local path or python file object. The file designated by - this argument will be uploaded to the server via HTTP. - @param pickup: A file/folder in the DropOffBox (the server will move that - file into its "caosroot" file system). - @param thumbnail: (Local) filename to a thumbnail for this file. - @param properties: A list of properties for this file record. @todo is this - implemented? - @param from_location: Deprecated, use `pickup` instead. - + @param name + A name for this file *Record* (That's an entity name - not to be confused with the last + segment of the files path). + @param id + An ID. + @param description + A description for this file record. + @param path + The complete path, including the file name, of the file in the server's "caosroot" file + system. + @param file + A local path or python file object. The file designated by this argument will be uploaded + to the server via HTTP. + @param thumbnail + (Local) filename to a thumbnail for this file. + @param properties + A list of properties for this file record. @todo is this implemented? """ def __init__(