| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| """ | ||
| return bucket_path + '/o/' + quote(blob_name, safe='') | ||
|
|
||
| @staticmethod |
Sorry, something went wrong.
|
|
||
| :type value: bytes | ||
| :param value: bytes value to attempt string conversion on. | ||
| """ |
|
@dhermes I squashed the commits for this. Let me know if you have any other feedback. |
Sorry, something went wrong.
| raise TypeError('%r could not be converted to bytes' % (value,)) | ||
|
|
||
|
|
||
| def _from_bytes(value): |
| Back | FazBrowse Home | New Git URL |
Possible solution to resolve #1841.
I think my tests could use some feedback.