Attention is currently required from: osmith.
1 comment:
Patchset:
Maybe this is already done somewhere, but if not: it would probably be a good idea to explicitly tur […]
The function is typically used for input validation. ApiParamBase.decode() method first calls verify_encoded(), then _decode(), then verify_decoded(). So verify_decoded is just made a bit more input tolerant. The output type of the overall ApiParamBase.decode() is always an int.
For encoding: the encode() method returns str(data) and hence always a string, as you request
To view, visit change 36507. To unsubscribe, or for help writing mail filters, visit settings.