This patch aligns the type signatures on Serializer subclasses, including renaming the arbitrary-keywords dictionary to always be **kwargs. This is in part to prepare for the possibility of adding *args as a positional-argument delimiter.
coverage: 90.249% (+0.001%) from 90.248%
when pulling 2dfdfc032c99a5dd3b23b8d82255b5b0ef6e6670 on ajnelson-nist:issue-1890-serializer-types
into 086a4f7de110c71890aa3543a9099fc5ee2b1aab on RDFLib:main.
This patch aligns the type signatures on
Serializer
subclasses, including renaming the arbitrary-keywords dictionary to always be**kwargs
. This is in part to prepare for the possibility of adding*args
as a positional-argument delimiter.References:
Summary of changes
Checklist
./examples
. (Skipped - supplements Issue #1890)