https://github.com/SoftwareHeritage/swh-model
Revision 498a1076416ad19f2628b20cb972096b2dfb3854 authored by Nicolas Dandrimont on 19 October 2020, 13:30:53 UTC, committed by Nicolas Dandrimont on 23 October 2020, 15:12:34 UTC
This will enable a gradual enhancement of the functions in identifiers.py to
take model objects directly, and return the bytes of the hash instead of an
hex representation.
1 parent aa84d8d
Raw File
Tip revision: 498a1076416ad19f2628b20cb972096b2dfb3854 authored by Nicolas Dandrimont on 19 October 2020, 13:30:53 UTC
Update the HashableObject interface to take the object itself
Tip revision: 498a107
.gitignore
*~
build
/.coverage
/.coverage.*
dist
*.egg-info/
.eggs/
.hypothesis
*.pyc
__pycache__
.pytest_cache
*.sw?
.tox
version.txt
.mypy_cache/
back to top