python-tuf/tuf/api/serialization
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
..
__init__.py Add SPDX style license and copyright boilerplate 2021-03-04 16:26:34 +01:00
json.py Rename a few variables in tuf.api 2021-03-10 09:44:30 +01:00