We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2e8cb commit cf76011Copy full SHA for cf76011
1 file changed
src/cryptojwt/key_bundle.py
@@ -834,6 +834,7 @@ def dump(self, exclude_attributes: Optional[List[str]] = None):
834
835
return res
836
837
+ @keys_writer
838
def load(self, spec):
839
"""
840
Sets attributes according to a specification.
0 commit comments