forked-synapse/synapse/rest/media/v1
Patrick Cloke aec294ee0d
Use slots in attrs classes where possible (#8296)
slots use less memory (and attribute access is faster) while slightly
limiting the flexibility of the class attributes. This focuses on objects
which are instantiated "often" and for short periods of time.
2020-09-14 12:50:06 -04:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
config_resource.py Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
download_resource.py Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
filepath.py Include method in thumbnail media name (#7124) 2020-09-08 17:19:50 +01:00
media_repository.py Do not error when thumbnailing invalid files (#8236) 2020-09-09 12:59:41 -04:00
media_storage.py Include method in thumbnail media name (#7124) 2020-09-08 17:19:50 +01:00
preview_url_resource.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
storage_provider.py Fix async/await calls for broken media providers. (#8027) 2020-08-04 09:44:25 -04:00
thumbnail_resource.py Do not error when thumbnailing invalid files (#8236) 2020-09-09 12:59:41 -04:00
thumbnailer.py Fix typos in comments. 2020-09-14 11:46:58 -04:00
upload_resource.py Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00