(self)
| 355 | class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes): |
| 356 | __slots__ = () |
| 357 | def geturl(self): |
| 358 | return urlunparse(self) |
| 359 | |
| 360 | # Set up the encode/decode result pairs |
| 361 | def _fix_result_transcoding(): |
nothing calls this directly
no test coverage detected