app-store-server-library-python
app-store-server-library-python copied to clipboard
refactor library utility more pythonic
- use
.getinstead ofinand[]preventing extra dictionary lookup - use f-strings (since we support only 3.8+) reduce string concatenation overhead
- use walrus operator (3.8+) remove extra
getattraccess in caseraw_fieldfound