comparison sat/memory/sqla.py @ 3621:9e1a993ad1bf

core (memory/sqla): minor docstring line lenght fix
author Goffi <goffi@goffi.org>
date Mon, 02 Aug 2021 21:52:17 +0200
parents 2d97c695af05
children 257135d5c5c2
comparison
equal deleted inserted replaced
3620:f568f304c982 3621:9e1a993ad1bf
863 @param mime_type: media type of the file, or None if not known/guessed 863 @param mime_type: media type of the file, or None if not known/guessed
864 @param public_id: ID used to server the file publicly via HTTP 864 @param public_id: ID used to server the file publicly via HTTP
865 @param created: UNIX time of creation 865 @param created: UNIX time of creation
866 @param modified: UNIX time of last modification, or None to use created date 866 @param modified: UNIX time of last modification, or None to use created date
867 @param owner: jid of the owner of the file (mainly useful for component) 867 @param owner: jid of the owner of the file (mainly useful for component)
868 @param access: serialisable dictionary with access rules. See [memory.memory] for details 868 @param access: serialisable dictionary with access rules. See [memory.memory] for
869 details
869 @param extra: serialisable dictionary of any extra data 870 @param extra: serialisable dictionary of any extra data
870 will be encoded to json in database 871 will be encoded to json in database
871 """ 872 """
872 if mime_type is None: 873 if mime_type is None:
873 media_type = media_subtype = None 874 media_type = media_subtype = None