Python distributed data store that enables remotely access and method execution.
BSD 3-Clause "New" or "Revised" License
8
stars
3
forks
source link
Move all repeating logic into a decorator for both services #43
Closed
alexbarcelo closed 3 months ago
A lot of repeated code in the Servicer classes (i.e. in the methods of both Backend servicer and Metadata servicer).
These decorators should make life easier and more mainteinable. Hopefully. If I haven't missed anything.