python-tuf/tuf/api
Lukas Puehringer d823c8fc01 Rename a few variables in tuf.api
- Rename _dict to json_dict to avoid wrong semantics of leading
  underscore. (leading underscore was initially chosen to avoid name
  shadowing)

- Rename 'serializer' argument of type 'SignedSerializer' to
  'signed_serializer', to distinguish from 'serializer' argument of
  type 'MetadataSerializer'.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2021-03-10 09:44:30 +01:00
..
serialization Rename a few variables in tuf.api 2021-03-10 09:44:30 +01:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Rename a few variables in tuf.api 2021-03-10 09:44:30 +01:00
pylintrc Revert "Move to/from_dict metadata API methods..." 2021-03-04 12:46:16 +01:00