(self)
| 350 | class SplitResultBytes(_SplitResultBase, _NetlocResultMixinBytes): |
| 351 | __slots__ = () |
| 352 | def geturl(self): |
| 353 | return urlunsplit(self) |
| 354 | |
| 355 | class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes): |
| 356 | __slots__ = () |
nothing calls this directly
no test coverage detected